summaryrefslogtreecommitdiffstats
path: root/session.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-11-05 03:07:24 +0100
committerDarren Tucker <dtucker@zip.com.au>2010-11-05 03:07:24 +0100
commit7a8afe3186bd2007da3a2fce4276e5b96ed877f6 (patch)
tree5664b7ee8cb685f51f4af5084a7b9f8ea299d411 /session.c
parent - (dtucker) [platform.c session.c] Move the PAM credential establishment for (diff)
downloadopenssh-7a8afe3186bd2007da3a2fce4276e5b96ed877f6.tar.xz
openssh-7a8afe3186bd2007da3a2fce4276e5b96ed877f6.zip
- (dtucker) platform.c session.c] Move the USE_LIBIAF fragment into
platform.c
Diffstat (limited to '')
-rw-r--r--session.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/session.c b/session.c
index a2d8bec8b..6ef07c407 100644
--- a/session.c
+++ b/session.c
@@ -1516,11 +1516,6 @@ do_setusercontext(struct passwd *pw)
# ifdef _AIX
aix_usrinfo(pw);
# endif /* _AIX */
-# ifdef USE_LIBIAF
- if (set_id(pw->pw_name) != 0) {
- exit(1);
- }
-# endif /* USE_LIBIAF */
#endif
platform_setusercontext_post_groups(pw);