mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 03:19:27 -05:00
further improve of previous commit
This commit is contained in:
parent
625263852d
commit
4c61b9a8f7
1 changed files with 3 additions and 0 deletions
|
|
@ -198,6 +198,9 @@ dnssrv_back_search(
|
|||
|
||||
} else if ( p != NULL ) {
|
||||
bv.bv_len = p - bv.bv_val;
|
||||
|
||||
} else {
|
||||
bv.bv_len = strlen( bv.bv_val );
|
||||
}
|
||||
|
||||
attr_mergeit_one( e, ad_dc, &bv );
|
||||
|
|
|
|||
Loading…
Reference in a new issue