summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-07 01:23:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-07 01:23:30 +0000
commite21c4adaac7eae7b66b731defc2172a6a80a79ef (patch)
tree01cd570a985baab387c4043dfa179d7c9c6f613e /ssh-keyscan.c
parentebc882757b79ef9b97e6a109c78cb740d113adab (diff)
- 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 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"
11RCSID("$OpenBSD: ssh-keyscan.c,v 1.21 2001/03/06 01:06:03 millert Exp $"); 11RCSID("$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);