]> andersk Git - openssh.git/blobdiff - readconf.c
- stevesk@cvs.openbsd.org 2001/11/17 19:14:34
[openssh.git] / readconf.c
index 63035b37f9e84c02b4341f02b7e8f5f307dfb76b..19fcfdd3fc512b01fed57eebb947ebcfbd160bbc 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.91 2001/10/01 21:51:16 markus Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.92 2001/11/17 19:14:34 stevesk Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -187,7 +187,7 @@ static struct {
        { "smartcarddevice", oSmartcardDevice },
        { "clearallforwardings", oClearAllForwardings }, 
        { "nohostauthenticationforlocalhost", oNoHostAuthenticationForLocalhost }, 
-       { NULL, 0 }
+       { NULL, oBadOption }
 };
 
 /*
This page took 0.584651 seconds and 4 git commands to generate.