From 09db263ce7495b193dd865e7ee5bd151200ae586 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 21 Sep 2012 11:58:29 +0200 Subject: [PATCH] unbreak auth w/o privsep --- ssh/auth2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/auth2.c b/ssh/auth2.c index a81c48e..4a8f51e 100644 --- a/ssh/auth2.c +++ b/ssh/auth2.c @@ -169,7 +169,6 @@ do_authentication2(struct ssh *ssh) ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_REQUEST, &input_service_request); if ((r = ssh_dispatch_run(ssh, DISPATCH_BLOCK, &authctxt->success)) != 0) fatal("%s: ssh_dispatch_run failed: %s", __func__, ssh_err(r)); - ssh->authctxt = NULL; } /*ARGSUSED*/