comparison svr-session.c @ 496:9f583f4d59a6

propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8) to branch 'au.asn.ucc.matt.dropbear' (head 10b2f286b9886364db39dfbb4f8f46e49e345d87)
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Sep 2008 13:16:22 +0000
parents e3db1f7a2e43 52a644e7b8e1
children 8711f20b89ab
comparison
equal deleted inserted replaced
495:cd02449b709c 496:9f583f4d59a6
142 "exit before auth: %s", format); 142 "exit before auth: %s", format);
143 } 143 }
144 144
145 _dropbear_log(LOG_INFO, fmtbuf, param); 145 _dropbear_log(LOG_INFO, fmtbuf, param);
146 146
147 /* free potential public key options */
148 svr_pubkey_options_cleanup();
149
147 /* must be after we've done with username etc */ 150 /* must be after we've done with username etc */
148 common_session_cleanup(); 151 common_session_cleanup();
149 152
150 exit(exitcode); 153 exit(exitcode);
151 154