summaryrefslogtreecommitdiffstats
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 3427e447..abf2437f 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.21 2001/03/21 11:43:44 markus Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.22 2001/03/23 12:02:49 markus Exp $");
#include "xmalloc.h"
#include "rsa.h"
@@ -430,9 +430,6 @@ do_authentication()
aixloginmsg = NULL;
#endif /* WITH_AIXAUTHENTICATE */
- xfree(authctxt->user);
- xfree(authctxt);
-
/* Perform session preparation. */
do_authenticated(authctxt);
}