summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authormouring <mouring>2001-03-07 01:23:30 +0000
committermouring <mouring>2001-03-07 01:23:30 +0000
commit34047482905e78591b812c3c8fb6cd7d9485eb0c (patch)
tree6bb5f00003d1c0c0bb27c062548f6abc4242b3f5 /ssh-keyscan.c
parent9849116853a325077e0adc0265617cecf28a5f4d (diff)
downloadopenssh-34047482905e78591b812c3c8fb6cd7d9485eb0c.tar.gz
- deraadt@cvs.openbsd.org 2001/03/06 06:11:18
[ssh-keyscan.c] appease gcc
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 1b4f3a1b..bbe53320 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -8,7 +8,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keyscan.c,v 1.21 2001/03/06 01:06:03 millert Exp $");
+RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $");
#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
#include <sys/queue.h>
@@ -413,7 +413,7 @@ congreet(int s)
{
char buf[80], *cp;
size_t bufsiz;
- int n;
+ int n = 0;
con *c = &fdcon[s];
bufsiz = sizeof(buf);