Mercurial > dropbear
comparison cli-chansession.c @ 594:a98a2138364a
Improve capitalisation for all logged strings
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 23 Feb 2011 15:50:30 +0000 |
parents | 6b9d12477953 |
children | 4a274f47eabd |
comparison
equal
deleted
inserted
replaced
593:ea103e4476ce | 594:a98a2138364a |
---|---|
306 | 306 |
307 encrypt_packet(); | 307 encrypt_packet(); |
308 | 308 |
309 /* Set up a window-change handler */ | 309 /* Set up a window-change handler */ |
310 if (signal(SIGWINCH, sigwinch_handler) == SIG_ERR) { | 310 if (signal(SIGWINCH, sigwinch_handler) == SIG_ERR) { |
311 dropbear_exit("signal error"); | 311 dropbear_exit("Signal error"); |
312 } | 312 } |
313 TRACE(("leave send_chansess_pty_req")) | 313 TRACE(("leave send_chansess_pty_req")) |
314 } | 314 } |
315 | 315 |
316 static void send_chansess_shell_req(struct Channel *channel) { | 316 static void send_chansess_shell_req(struct Channel *channel) { |