]> andersk Git - openssh.git/blobdiff - ssh.c
- deraadt@cvs.openbsd.org 2001/02/04 16:56:23
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 5f8ae954965d844b288280ac5ea081467d115a53..454332349561400758a1811f56edcfe3537cc805 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -940,7 +940,7 @@ ssh_session2_callback(int id, void *arg)
        int len;
        int interactive = 0;
 
-       debug("client_init id %d arg %d", id, (int)arg);
+       debug("client_init id %d arg %ld", id, (long)arg);
 
        if (no_shell_flag)
                goto done;
This page took 0.329446 seconds and 4 git commands to generate.