summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/auth1.c b/auth1.c
index 1feedc9ac..ee7aac482 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.14 2001/01/22 23:06:39 markus Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.15 2001/02/07 22:35:45 markus Exp $");
14 14
15#ifdef HAVE_OSF_SIA 15#ifdef HAVE_OSF_SIA
16# include <sia.h> 16# include <sia.h>
@@ -389,14 +389,6 @@ do_authentication()
389 389
390 setproctitle("%s", user); 390 setproctitle("%s", user);
391 391
392#ifdef AFS
393 /* If machine has AFS, set process authentication group. */
394 if (k_hasafs()) {
395 k_setpag();
396 k_unlog();
397 }
398#endif /* AFS */
399
400 /* Verify that the user is a valid user. */ 392 /* Verify that the user is a valid user. */
401 pw = getpwnam(user); 393 pw = getpwnam(user);
402 if (pw && allowed_user(pw)) { 394 if (pw && allowed_user(pw)) {