1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r596: log all ldb searches at level 4 in samdb

(This used to be commit defaf0d817a7c207da59692245aa65bc30c9bd19)
This commit is contained in:
Andrew Tridgell 2004-05-09 00:42:35 +00:00 committed by Gerald (Jerry) Carter
parent 1d5c2c364e
commit 0ea5d1fde7

View File

@ -120,6 +120,8 @@ int samdb_search_v(void *ctx,
count = ldb_search(sam_ctx->ldb, basedn, LDB_SCOPE_SUBTREE, expr, attrs, res);
DEBUG(4,("samdb_search_v: %s %s -> %d\n", basedn?basedn:"NULL", expr, count));
free(expr);
return count;