mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#5615 return success on Solaris 10
This commit is contained in:
parent
adc358f664
commit
7d479302c0
@ -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 New Issue
Block a user