Skip to content
Snippets Groups Projects
Commit b66567f1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Minor fix to last commit

parent 875610cf
Branches
Tags
No related merge requests found
......@@ -659,6 +659,7 @@ ldap_chase_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, int *hadrefp )
*refdn++ = '\0';
newdn = refdn[0] != '?' && refdn[0] != '\0';
if( !newdn ) refdn = NULL;
} else {
newdn = 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment