]> andersk Git - openssh.git/blobdiff - clientloop.c
- itojun@cvs.openbsd.org 2001/12/05 03:50:01
[openssh.git] / clientloop.c
index fcd6afdf6b4031c0ee00745f36435642f7db4598..76b8101fe81ecaecd5b44c0cb8df3ecbfc09a131 100644 (file)
@@ -59,7 +59,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.88 2001/11/22 12:34:22 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.89 2001/12/05 03:50:01 itojun Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -949,7 +949,7 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
        if (received_signal) {
                if (in_non_blocking_mode)       /* XXX */
                        leave_non_blocking();
-               fatal("Killed by signal %d.", received_signal);
+               fatal("Killed by signal %d.", (int) received_signal);
        }
 
        /*
This page took 0.032944 seconds and 4 git commands to generate.