1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib:ldb-samba: use 'ldb' debug class more widely

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Douglas Bagnall 2024-10-17 12:12:46 +13:00 committed by Douglas Bagnall
parent 0031a82478
commit 9aefaa9dc9
2 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#undef strcasecmp
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_LDB
static int ldb_eval_transitive_filter_helper(TALLOC_CTX *mem_ctx,
struct ldb_context *ldb,
const char *attr,

View File

@ -38,6 +38,9 @@
#include "../lib/util/asn1.h"
#include "lib/util/smb_strtox.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_LDB
/*
use ndr_print_* to convert a NDR formatted blob to a ldif formatted blob