diff options
Diffstat (limited to 'sftp-int.c')
-rw-r--r-- | sftp-int.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-int.c b/sftp-int.c index 5b1d3848e..b13e5da5d 100644 --- a/sftp-int.c +++ b/sftp-int.c | |||
@@ -26,7 +26,7 @@ | |||
26 | /* XXX: recursive operations */ | 26 | /* XXX: recursive operations */ |
27 | 27 | ||
28 | #include "includes.h" | 28 | #include "includes.h" |
29 | RCSID("$OpenBSD: sftp-int.c,v 1.46 2002/03/30 18:51:15 markus Exp $"); | 29 | RCSID("$OpenBSD: sftp-int.c,v 1.47 2002/06/23 09:30:14 deraadt Exp $"); |
30 | 30 | ||
31 | #include "buffer.h" | 31 | #include "buffer.h" |
32 | #include "xmalloc.h" | 32 | #include "xmalloc.h" |
@@ -835,7 +835,7 @@ parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd) | |||
835 | help(); | 835 | help(); |
836 | break; | 836 | break; |
837 | case I_VERSION: | 837 | case I_VERSION: |
838 | printf("SFTP protocol version %d\n", sftp_proto_version(conn)); | 838 | printf("SFTP protocol version %u\n", sftp_proto_version(conn)); |
839 | break; | 839 | break; |
840 | default: | 840 | default: |
841 | fatal("%d is not implemented", cmdnum); | 841 | fatal("%d is not implemented", cmdnum); |