=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- src/usr.bin/ssh/auth.c 2002/03/19 10:49:35 1.39 +++ src/usr.bin/ssh/auth.c 2002/03/19 14:27:39 1.40 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.39 2002/03/19 10:49:35 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.40 2002/03/19 14:27:39 markus Exp $"); #include @@ -39,6 +39,7 @@ #include "bufaux.h" #include "uidswap.h" #include "tildexpand.h" +#include "misc.h" /* import */ extern ServerOptions options; @@ -417,5 +418,5 @@ auth_close(as); #endif #endif - return (pw); + return (pwcopy(pw)); }