summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-11-05 13:29:25 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-11-05 13:29:25 +1100
commit0b2ee6452c6c6e0c37dc10072ec4cf711e8dde89 (patch)
tree9b48d1d3cfad254cf3be796a1d2f2e263cf3fde7 /session.c
parent676b912e780499e9f59e8add7859a014cb2db07d (diff)
- (dtucker) [platform.c session.c] Move irix setusercontext fragment into
platform.c.
Diffstat (limited to 'session.c')
-rw-r--r--session.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/session.c b/session.c
index fc712ad93..002cfd844 100644
--- a/session.c
+++ b/session.c
@@ -1510,9 +1510,6 @@ do_setusercontext(struct passwd *pw)
1510 do_pam_setcred(use_privsep); 1510 do_pam_setcred(use_privsep);
1511 } 1511 }
1512# endif /* USE_PAM */ 1512# endif /* USE_PAM */
1513# if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY)
1514 irix_setusercontext(pw);
1515# endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */
1516#endif 1513#endif
1517 1514
1518 platform_setusercontext_post_groups(pw); 1515 platform_setusercontext_post_groups(pw);