Skip to content
Snippets Groups Projects
Commit da6f1c57 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

unique_search(): Print key->bv_val rather than key.

parent 7b52a537
No related branches found
No related tags found
No related merge requests found
...@@ -982,7 +982,7 @@ unique_search( ...@@ -982,7 +982,7 @@ unique_search(
unique_counter uq = { NULL, 0 }; unique_counter uq = { NULL, 0 };
int rc; 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); nop->ors_filter = str2filter_x(nop, key->bv_val);
if(nop->ors_filter == NULL) { if(nop->ors_filter == NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment