diff options
author | Matt Johnston <matt@ucc.asn.au> | 2019-05-15 21:59:45 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-05-15 21:59:45 +0800 |
commit | fa116e983b4931010e1082dd5c8bf38bbc77718c (patch) | |
tree | 6e4e2d4e1fb756895cf5ea17bfa0f0493ffd49f3 /common-session.c | |
parent | 8c6aaf8d361e95ba3d9b371b86abaae1fd0e436f (diff) |
Rename EPKA -> Plugin
Diffstat (limited to 'common-session.c')
-rw-r--r-- | common-session.c | 4 |
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")) |