From fa116e983b4931010e1082dd5c8bf38bbc77718c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 15 May 2019 21:59:45 +0800 Subject: Rename EPKA -> Plugin --- common-session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common-session.c') 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")) -- cgit v1.2.3