=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.147 retrieving revision 1.148 diff -u -r1.147 -r1.148 --- src/usr.bin/ssh/servconf.c 2006/03/19 02:24:05 1.147 +++ src/usr.bin/ssh/servconf.c 2006/03/19 11:51:52 1.148 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.147 2006/03/19 02:24:05 djm Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.148 2006/03/19 11:51:52 dtucker Exp $"); #include "ssh.h" #include "log.h" @@ -413,7 +413,7 @@ u_int i; cp = line; - if ((arg = strdelim(&cp)) != NULL) + if ((arg = strdelim(&cp)) == NULL) return 0; /* Ignore leading whitespace */ if (*arg == '\0')