summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/auth2.c b/auth2.c
index f2f4812e7..bc8c99bda 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.36 2001/02/04 15:32:22 stevesk Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.37 2001/02/07 22:35:46 markus Exp $");
27 27
28#ifdef HAVE_OSF_SIA 28#ifdef HAVE_OSF_SIA
29# include <sia.h> 29# include <sia.h>
@@ -126,13 +126,6 @@ do_authentication2()
126 if (options.challenge_reponse_authentication) 126 if (options.challenge_reponse_authentication)
127 options.kbd_interactive_authentication = 1; 127 options.kbd_interactive_authentication = 1;
128 128
129#ifdef AFS
130 /* If machine has AFS, set process authentication group. */
131 if (k_hasafs()) {
132 k_setpag();
133 k_unlog();
134 }
135#endif
136 dispatch_init(&protocol_error); 129 dispatch_init(&protocol_error);
137 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request); 130 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);
138 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); 131 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);