=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/dh.c,v retrieving revision 1.17.2.1 retrieving revision 1.17.2.2 diff -u -r1.17.2.1 -r1.17.2.2 --- src/usr.bin/ssh/dh.c 2002/03/07 17:37:46 1.17.2.1 +++ src/usr.bin/ssh/dh.c 2002/10/11 14:53:06 1.17.2.2 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: dh.c,v 1.17.2.1 2002/03/07 17:37:46 jason Exp $"); +RCSID("$OpenBSD: dh.c,v 1.17.2.2 2002/10/11 14:53:06 miod Exp $"); #include "xmalloc.h" @@ -50,7 +50,7 @@ /* Ignore leading whitespace */ if (*arg == '\0') arg = strdelim(&cp); - if (!*arg || *arg == '#') + if (!arg || !*arg || *arg == '#') return 0; /* time */