comparison svr-session.c @ 475:52a644e7b8e1 pubkey-options

* Patch from Frédéric Moulins adding options to authorized_keys. Needs review.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 08 Sep 2008 15:14:02 +0000
parents 4317be8b7cf9
children 9f583f4d59a6
comparison
equal deleted inserted replaced
474:f33b0898aaa6 475:52a644e7b8e1
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