From 229f4a16d0e16c8cf9286c755a64b7cf9ca28fef Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 23 Mar 2001 12:02:50 +0000 Subject: authctxt is now passed to do_authenticated --- usr.bin/ssh/auth1.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/ssh/auth1.c') diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c index a8221348493..00abdb2297a 100644 --- a/usr.bin/ssh/auth1.c +++ b/usr.bin/ssh/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" @@ -372,9 +372,6 @@ do_authentication() packet_send(); packet_write_wait(); - xfree(authctxt->user); - xfree(authctxt); - /* Perform session preparation. */ do_authenticated(authctxt); } -- cgit v1.2.3