=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-bsdauth.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/ssh/auth-bsdauth.c 2007/09/21 08:15:29 1.11 +++ src/usr.bin/ssh/auth-bsdauth.c 2014/03/12 04:50:32 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-bsdauth.c,v 1.11 2007/09/21 08:15:29 djm Exp $ */ +/* $OpenBSD: auth-bsdauth.c,v 1.12 2014/03/12 04:50:32 djm Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -48,6 +48,11 @@ { Authctxt *authctxt = ctx; char *challenge = NULL; + + *infotxt = NULL; + *numprompts = 0; + *prompts = NULL; + *echo_on = NULL; if (authctxt->as != NULL) { debug2("bsdauth_query: try reuse session");