summaryrefslogtreecommitdiffhomepage
path: root/common-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'common-session.c')
-rw-r--r--common-session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common-session.c b/common-session.c
index a6449ca..fc0f9a0 100644
--- a/common-session.c
+++ b/common-session.c
@@ -147,8 +147,8 @@ void common_session_init(int sock_in, int sock_out) {
ses.allowprivport = 0;
-#if DROPBEAR_EPKA
- ses.epka_session = NULL;
+#if DROPBEAR_PLUGIN
+ ses.plugin_session = NULL;
#endif
TRACE(("leave session_init"))