summaryrefslogtreecommitdiff
path: root/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform.c')
-rw-r--r--platform.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform.c b/platform.c
index 910e39713..97439b574 100644
--- a/platform.c
+++ b/platform.c
@@ -1,4 +1,4 @@
1/* $Id: platform.c,v 1.10 2010/11/05 02:07:25 dtucker Exp $ */ 1/* $Id: platform.c,v 1.11 2010/11/05 02:11:04 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2006 Darren Tucker. All rights reserved. 4 * Copyright (c) 2006 Darren Tucker. All rights reserved.
@@ -102,6 +102,10 @@ platform_setusercontext(struct passwd *pw)
102void 102void
103platform_setusercontext_post_groups(struct passwd *pw) 103platform_setusercontext_post_groups(struct passwd *pw)
104{ 104{
105#ifdef _AIX
106 aix_usrinfo(pw);
107#endif /* _AIX */
108
105#if !defined(HAVE_LOGIN_CAP) && defined(USE_LIBIAF) 109#if !defined(HAVE_LOGIN_CAP) && defined(USE_LIBIAF)
106 if (set_id(pw->pw_name) != 0) { 110 if (set_id(pw->pw_name) != 0) {
107 exit(1); 111 exit(1);