From: Kurt Zeilenga Date: Wed, 23 Nov 2005 19:40:08 +0000 (+0000) Subject: cleanup last commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~721 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dc9898239747e57eb295baaa037e2bd2fd891f64;p=openldap cleanup last commit --- diff --git a/libraries/liblutil/getpeereid.c b/libraries/liblutil/getpeereid.c index 1b2f6523cf..d75d8f87fd 100644 --- a/libraries/liblutil/getpeereid.c +++ b/libraries/liblutil/getpeereid.c @@ -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 );