View | Details | Raw Unified | Return to bug 261 | Differences between
and this patch

Collapse All | Expand All

(-)port-aix.c.orig (-2 / +2 lines)
Lines 32-39 Link Here
32
	   Set up the process credentials and process environment
32
	   Set up the process credentials and process environment
33
	   based on the AIX userdatabase. 
33
	   based on the AIX userdatabase. 
34
	*/
34
	*/
35
	setpcred (user);
35
	setpcred (user, NULL);
36
	setpenv (user); 
36
	setpenv (user, PENV_INIT, NULL, NULL); 
37
}
37
}
38
#endif /* defined(HAVE_GETUSERATTR) */
38
#endif /* defined(HAVE_GETUSERATTR) */
39
39

Return to bug 261