summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/auth1.c b/auth1.c
index 3427e4476..abf2437fa 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.21 2001/03/21 11:43:44 markus Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.22 2001/03/23 12:02:49 markus Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "rsa.h" 16#include "rsa.h"
@@ -430,9 +430,6 @@ do_authentication()
430 aixloginmsg = NULL; 430 aixloginmsg = NULL;
431#endif /* WITH_AIXAUTHENTICATE */ 431#endif /* WITH_AIXAUTHENTICATE */
432 432
433 xfree(authctxt->user);
434 xfree(authctxt);
435
436 /* Perform session preparation. */ 433 /* Perform session preparation. */
437 do_authenticated(authctxt); 434 do_authenticated(authctxt);
438} 435}