mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Typo made all missed all aliasedobjectname values.
This commit is contained in:
parent
c9778dd116
commit
766b78765f
@ -226,7 +226,7 @@ static char* get_alias_dn(
|
||||
/*
|
||||
* aliasedObjectName should be SINGLE-VALUED with a single value.
|
||||
*/
|
||||
if ( a->a_vals[0] == NULL || a->a_vals[0]->bv_val != NULL ) {
|
||||
if ( a->a_vals[0] == NULL || a->a_vals[0]->bv_val == NULL ) {
|
||||
/*
|
||||
* there was an aliasedobjectname defined but no data.
|
||||
*/
|
||||
|
@ -227,7 +227,7 @@ static char* get_alias_dn(
|
||||
/*
|
||||
* aliasedObjectName should be SINGLE-VALUED with a single value.
|
||||
*/
|
||||
if ( a->a_vals[0] == NULL || a->a_vals[0]->bv_val != NULL ) {
|
||||
if ( a->a_vals[0] == NULL || a->a_vals[0]->bv_val == NULL ) {
|
||||
/*
|
||||
* there was an aliasedobjectname defined but no data.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user