Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
1653:76189c9ffea2 | 1654:cc0fc5131c5c |
---|---|
145 | 145 |
146 ses.chantypes = NULL; | 146 ses.chantypes = NULL; |
147 | 147 |
148 ses.allowprivport = 0; | 148 ses.allowprivport = 0; |
149 | 149 |
150 #if DROPBEAR_EPKA | 150 #if DROPBEAR_PLUGIN |
151 ses.epka_session = NULL; | 151 ses.plugin_session = NULL; |
152 #endif | 152 #endif |
153 | 153 |
154 TRACE(("leave session_init")) | 154 TRACE(("leave session_init")) |
155 } | 155 } |
156 | 156 |