mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +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:
parent
0031a82478
commit
9aefaa9dc9
@ -31,6 +31,9 @@
|
|||||||
|
|
||||||
#undef strcasecmp
|
#undef strcasecmp
|
||||||
|
|
||||||
|
#undef DBGC_CLASS
|
||||||
|
#define DBGC_CLASS DBGC_LDB
|
||||||
|
|
||||||
static int ldb_eval_transitive_filter_helper(TALLOC_CTX *mem_ctx,
|
static int ldb_eval_transitive_filter_helper(TALLOC_CTX *mem_ctx,
|
||||||
struct ldb_context *ldb,
|
struct ldb_context *ldb,
|
||||||
const char *attr,
|
const char *attr,
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
#include "../lib/util/asn1.h"
|
#include "../lib/util/asn1.h"
|
||||||
#include "lib/util/smb_strtox.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
|
use ndr_print_* to convert a NDR formatted blob to a ldif formatted blob
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user