summaryrefslogtreecommitdiffhomepage
path: root/cli-chansession.c
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@gmail.com>2015-05-02 13:58:05 +0200
committerGaël PORTAY <gael.portay@gmail.com>2015-05-05 20:39:13 +0200
commit50b14f696c960d2658cd6848cc8426311e7a452c (patch)
tree21a1b0d3401621a135a1320735e98240f5060aed /cli-chansession.c
parentc239baf801168d02dc781bcc7d1de42d2da96ec2 (diff)
Turn start_send_channel_request()'s type argument into char *
Diffstat (limited to 'cli-chansession.c')
-rw-r--r--cli-chansession.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-chansession.c b/cli-chansession.c
index 9895f13..4e55287 100644
--- a/cli-chansession.c
+++ b/cli-chansession.c
@@ -305,7 +305,7 @@ static void send_chansess_pty_req(struct Channel *channel) {
static void send_chansess_shell_req(struct Channel *channel) {
- unsigned char* reqtype = NULL;
+ char* reqtype = NULL;
TRACE(("enter send_chansess_shell_req"))