=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-options.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/ssh/auth-options.c 2001/02/03 10:08:36 1.12 +++ src/usr.bin/ssh/auth-options.c 2001/02/09 13:38:07 1.13 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-options.c,v 1.12 2001/02/03 10:08:36 markus Exp $"); +RCSID("$OpenBSD: auth-options.c,v 1.13 2001/02/09 13:38:07 markus Exp $"); #include "packet.h" #include "xmalloc.h" @@ -61,11 +61,12 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) { const char *cp; - if (!opts) - return 1; /* reset options */ auth_clear_options(); + + if (!opts) + return 1; while (*opts && *opts != ' ' && *opts != '\t') { cp = "no-port-forwarding";