Mercurial > dropbear
comparison cli-session.c @ 1070:16379795f80b pam
Fix merge again. ses.loop_handler is required for PAM
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 16 Mar 2015 22:10:30 +0800 |
parents | 2fa71c3b2827 |
children |
comparison
equal
deleted
inserted
replaced
1069:2fa71c3b2827 | 1070:16379795f80b |
---|---|
124 /* Exchange identification */ | 124 /* Exchange identification */ |
125 send_session_identification(); | 125 send_session_identification(); |
126 | 126 |
127 send_msg_kexinit(); | 127 send_msg_kexinit(); |
128 | 128 |
129 session_loop(cli_sessionloop); | 129 session_loop(); |
130 | 130 |
131 /* Not reached */ | 131 /* Not reached */ |
132 | 132 |
133 } | 133 } |
134 | 134 |