summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 5f8ae9549..454332349 100644
--- a/ssh.c
+++ b/ssh.c
@@ -940,7 +940,7 @@ ssh_session2_callback(int id, void *arg)
940 int len; 940 int len;
941 int interactive = 0; 941 int interactive = 0;
942 942
943 debug("client_init id %d arg %d", id, (int)arg); 943 debug("client_init id %d arg %ld", id, (long)arg);
944 944
945 if (no_shell_flag) 945 if (no_shell_flag)
946 goto done; 946 goto done;