summaryrefslogtreecommitdiffstats
path: root/auth1.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-24 00:37:59 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-24 00:37:59 +0000
commit9e2057cb348058338113ce11f880ad4cbda25d59 (patch)
tree9f3a8c7a28885e8a5df7c86237ece9c5a034fab8 /auth1.c
parentc8530c7f5c6775443a1c4818f5edb8a74e59c0e6 (diff)
- markus@cvs.openbsd.org 2001/03/23 12:02:49
[auth1.c] authctxt is now passed to do_authenticated
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);
}