diff common-session.c @ 1654:cc0fc5131c5c

Rename EPKA -> Plugin
author Matt Johnston <matt@ucc.asn.au>
date Wed, 15 May 2019 21:59:45 +0800
parents 76189c9ffea2
children 3974f087d9c0
line wrap: on
line diff
--- a/common-session.c	Wed May 15 09:43:57 2019 -0400
+++ b/common-session.c	Wed May 15 21:59:45 2019 +0800
@@ -147,8 +147,8 @@
 
 	ses.allowprivport = 0;
 
-#if DROPBEAR_EPKA
-        ses.epka_session = NULL;
+#if DROPBEAR_PLUGIN
+        ses.plugin_session = NULL;
 #endif
 
 	TRACE(("leave session_init"))