comparison cli-chansession.c @ 1097:93e29b0ef8dc

Turn start_send_channel_request()'s type argument into char *
author Gaël PORTAY <gael.portay@gmail.com>
date Sat, 02 May 2015 13:58:05 +0200
parents c45d65392c1a
children 6b6ed65e99b1
comparison
equal deleted inserted replaced
1096:a9e4d66ffb2c 1097:93e29b0ef8dc
303 TRACE(("leave send_chansess_pty_req")) 303 TRACE(("leave send_chansess_pty_req"))
304 } 304 }
305 305
306 static void send_chansess_shell_req(struct Channel *channel) { 306 static void send_chansess_shell_req(struct Channel *channel) {
307 307
308 unsigned char* reqtype = NULL; 308 char* reqtype = NULL;
309 309
310 TRACE(("enter send_chansess_shell_req")) 310 TRACE(("enter send_chansess_shell_req"))
311 311
312 if (cli_opts.cmd) { 312 if (cli_opts.cmd) {
313 if (cli_opts.is_subsystem) { 313 if (cli_opts.is_subsystem) {