From b31783d5470d42f77a08acfe6513a0b209ffec1c Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 22 Mar 2001 02:02:12 +0000 Subject: - markus@cvs.openbsd.org 2001/03/21 11:43:45 [auth1.c auth2.c session.c session.h] merge common ssh v1/2 code --- auth1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 1ce1cc44..3427e447 100644 --- a/auth1.c +++ b/auth1.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.20 2001/03/20 18:57:04 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.21 2001/03/21 11:43:44 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -434,5 +434,5 @@ do_authentication() xfree(authctxt); /* Perform session preparation. */ - do_authenticated(pw); + do_authenticated(authctxt); } -- cgit v1.2.3