]> git.sur5r.net Git - openldap/commitdiff
unique_search(): Print key->bv_val rather than key. Broke in r1.32 (ITS#5526).
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 8 Sep 2008 16:33:40 +0000 (16:33 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 8 Sep 2008 16:33:40 +0000 (16:33 +0000)
servers/slapd/overlays/unique.c

index e28e6b3540cc8f4400c75008dd449038f66291a2..a3c5ac90ae0f36259841d9b14edef5a15fab4e0e 100644 (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) {