unique_search(): Print key->bv_val rather than key. Broke in r1.32 (ITS#5526).

This commit is contained in:
Hallvard Furuseth 2008-09-08 16:33:40 +00:00
parent 3d68853de5
commit ff90e2f8d0

View File

@ -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) {