comparison cli-session.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 7dcb46da72d9
children 220f55d540ae
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
173 encrypt_packet(); 173 encrypt_packet();
174 TRACE(("leave send_msg_service_request")) 174 TRACE(("leave send_msg_service_request"))
175 } 175 }
176 176
177 static void recv_msg_service_accept(void) { 177 static void recv_msg_service_accept(void) {
178 // do nothing, if it failed then the server MUST have disconnected 178 /* do nothing, if it failed then the server MUST have disconnected */
179 } 179 }
180 180
181 /* This function drives the progress of the session - it initiates KEX, 181 /* This function drives the progress of the session - it initiates KEX,
182 * service, userauth and channel requests */ 182 * service, userauth and channel requests */
183 static void cli_sessionloop() { 183 static void cli_sessionloop() {