mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
unique_search(): Print key->bv_val rather than key. Broke in r1.32 (ITS#5526).
This commit is contained in:
parent
3d68853de5
commit
ff90e2f8d0
@ -982,7 +982,7 @@ unique_search(
|
||||
unique_counter uq = { NULL, 0 };
|
||||
int rc;
|
||||
|
||||
Debug(LDAP_DEBUG_TRACE, "==> unique_search %s\n", key, 0, 0);
|
||||
Debug(LDAP_DEBUG_TRACE, "==> unique_search %s\n", key->bv_val, 0, 0);
|
||||
|
||||
nop->ors_filter = str2filter_x(nop, key->bv_val);
|
||||
if(nop->ors_filter == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user