[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1209-geb9a7c3

Andrew Kroeger andrew at sprocks.gotdns.com
Thu Mar 6 06:43:20 GMT 2008


The branch, v4-0-test has been updated
       via  eb9a7c3b3a7f113ff58e2ebea9886f997da4e085 (commit)
      from  18e27aef7be9b21f65f72ab4c656778ce0c23953 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit eb9a7c3b3a7f113ff58e2ebea9886f997da4e085
Author: Andrew Kroeger <andrew at sprocks.gotdns.com>
Date:   Thu Mar 6 00:03:18 2008 -0600

    ldb_wrap: Debug at derived samba_level, not the level of the ldb debug enum.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/ldb_wrap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb_wrap.c b/source/lib/ldb_wrap.c
index 63049b0..71ba37b 100644
--- a/source/lib/ldb_wrap.c
+++ b/source/lib/ldb_wrap.c
@@ -63,7 +63,7 @@ static void ldb_wrap_debug(void *context, enum ldb_debug_level level,
 	};
 	vasprintf(&s, fmt, ap);
 	if (!s) return;
-	DEBUG(level, ("ldb: %s\n", s));
+	DEBUG(samba_level, ("ldb: %s\n", s));
 	free(s);
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list