From 9e2057cb348058338113ce11f880ad4cbda25d59 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 24 Mar 2001 00:37:59 +0000 Subject: - markus@cvs.openbsd.org 2001/03/23 12:02:49 [auth1.c] authctxt is now passed to do_authenticated --- ChangeLog | 5 ++++- auth1.c | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca065521c..36289c883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ - djm@cvs.openbsd.org 2001/03/23 11:04:07 [compat.c compat.h sshconnect2.c sshd.c] Compat for OpenSSH with broken Rijndael/AES. ok markus@ + - markus@cvs.openbsd.org 2001/03/23 12:02:49 + [auth1.c] + authctxt is now passed to do_authenticated 20010323 - OpenBSD CVS Sync @@ -4695,4 +4698,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1011 2001/03/24 00:35:19 mouring Exp $ +$Id: ChangeLog,v 1.1012 2001/03/24 00:37:59 mouring Exp $ diff --git a/auth1.c b/auth1.c index 3427e4476..abf2437fa 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); } -- cgit v1.2.3