comparison cli-session.c @ 925:bae0b34bc059 pam

Better PAM through recursion
author Matt Johnston <matt@ucc.asn.au>
date Wed, 12 Mar 2014 23:40:02 +0800
parents ff597bf2cfb0
children 73ea0dce9a57
comparison
equal deleted inserted replaced
923:25b7ed9fe854 925:bae0b34bc059
146 #endif 146 #endif
147 147
148 /* For printing "remote host closed" for the user */ 148 /* For printing "remote host closed" for the user */
149 ses.remoteclosed = cli_remoteclosed; 149 ses.remoteclosed = cli_remoteclosed;
150 150
151 ses.loop_handler = cli_sessionloop;
151 ses.extra_session_cleanup = cli_session_cleanup; 152 ses.extra_session_cleanup = cli_session_cleanup;
152 153
153 /* packet handlers */ 154 /* packet handlers */
154 ses.packettypes = cli_packettypes; 155 ses.packettypes = cli_packettypes;
155 156