cleanup last commit

This commit is contained in:
Kurt Zeilenga 2005-11-23 19:40:08 +00:00
parent 7468c7fb58
commit dc98982397

View File

@ -51,7 +51,7 @@
int getpeereid( int s, uid_t *euid, gid_t *egid )
{
#ifdef LDAP_PF_LOCAL
#if defined ( HAVE_GETPEERUCRED )
#if defined( HAVE_GETPEERUCRED )
ucred_t *uc = NULL;
if( getpeerucred( s, &uc ) == 0 ) {
*euid = ucred_geteuid( uc );