]> andersk Git - openssh.git/blobdiff - ssh-keyscan.c
- markus@cvs.openbsd.org 2001/04/22 23:58:36
[openssh.git] / ssh-keyscan.c
index 1b4f3a1bb143362ace91a231e8f97a2bd7458c48..3f6c23136356437785f234858b73bcb9a1b9e993 100644 (file)
@@ -8,12 +8,12 @@
  */
 
 #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>
 #else
-#include "fake-queue.h"
+#include "openbsd-compat/fake-queue.h"
 #endif
 #include <errno.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);
This page took 0.029916 seconds and 4 git commands to generate.