mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#5615 return success on Solaris 10
This commit is contained in:
parent
adc358f664
commit
7d479302c0
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ int lutil_getpeereid( int s, uid_t *euid, gid_t *egid
|
|||
*euid = ucred_geteuid( uc );
|
||||
*egid = ucred_getegid( uc );
|
||||
ucred_free( uc );
|
||||
return 0;
|
||||
}
|
||||
|
||||
#elif defined( SO_PEERCRED )
|
||||
|
|
|
|||
Loading…
Reference in a new issue