diff options
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 1b4f3a1bb..bbe533205 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "includes.h" | 10 | #include "includes.h" |
11 | RCSID("$OpenBSD: ssh-keyscan.c,v 1.21 2001/03/06 01:06:03 millert Exp $"); | 11 | RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $"); |
12 | 12 | ||
13 | #if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) | 13 | #if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) |
14 | #include <sys/queue.h> | 14 | #include <sys/queue.h> |
@@ -413,7 +413,7 @@ congreet(int s) | |||
413 | { | 413 | { |
414 | char buf[80], *cp; | 414 | char buf[80], *cp; |
415 | size_t bufsiz; | 415 | size_t bufsiz; |
416 | int n; | 416 | int n = 0; |
417 | con *c = &fdcon[s]; | 417 | con *c = &fdcon[s]; |
418 | 418 | ||
419 | bufsiz = sizeof(buf); | 419 | bufsiz = sizeof(buf); |