summaryrefslogtreecommitdiff
path: root/source4/lib/ldb_wrap.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 17:35:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 17:35:16 +0200
commit4911af47f8cd750f9b0f1374b447f171318de964 (patch)
treea28fdd6e18a560b10fa52e40cec9b9f2709b46fe /source4/lib/ldb_wrap.c
parentd648c5849fba34b5691dcf1867ecd8f80fe35a6d (diff)
parent250478d0445cf56e8b0b4e876977a9ae968ff55b (diff)
downloadsamba-4911af47f8cd750f9b0f1374b447f171318de964.tar.gz
samba-4911af47f8cd750f9b0f1374b447f171318de964.tar.bz2
samba-4911af47f8cd750f9b0f1374b447f171318de964.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 16dbbf75c7fa0f877659654a20bcab73b707e627)
Diffstat (limited to 'source4/lib/ldb_wrap.c')
-rw-r--r--source4/lib/ldb_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb_wrap.c b/source4/lib/ldb_wrap.c
index b564976524..f47d0d5d39 100644
--- a/source4/lib/ldb_wrap.c
+++ b/source4/lib/ldb_wrap.c
@@ -44,7 +44,7 @@ static void ldb_wrap_debug(void *context, enum ldb_debug_level level,
static void ldb_wrap_debug(void *context, enum ldb_debug_level level,
const char *fmt, va_list ap)
{
- int samba_level;
+ int samba_level = -1;
char *s = NULL;
switch (level) {
case LDB_DEBUG_FATAL: