Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126259
Collapse All | Expand All

(-)openldap-2.2.28/libraries/libldap/init.c (-1 / +1 lines)
Lines 553-559 Link Here
553
		if( user == NULL ) user = getenv("LOGNAME");
553
		if( user == NULL ) user = getenv("LOGNAME");
554
554
555
		if( user != NULL ) {
555
		if( user != NULL ) {
556
			gopts->ldo_def_sasl_authcid = user;
556
			gopts->ldo_def_sasl_authcid = LDAP_STRDUP(user);
557
		}
557
		}
558
    }
558
    }
559
#endif
559
#endif

Return to bug 126259