diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 13:24:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 13:24:16 +0200 |
commit | 93e52145a887b1865d41ae5272047423bbfb33b3 (patch) | |
tree | 274d290243a2918a7a7efbcd7cf7b583cb72f66f /lib | |
parent | 6b82b2ff130a1217e3d4f0df645a7a7e1678b62b (diff) | |
download | samba-93e52145a887b1865d41ae5272047423bbfb33b3.tar.gz samba-93e52145a887b1865d41ae5272047423bbfb33b3.tar.bz2 samba-93e52145a887b1865d41ae5272047423bbfb33b3.zip |
Provide two symbols to allow ndrdump compiled by Samba 3 to be used for
Samba 4.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index faec52aec8..98aabc554b 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -37,6 +37,7 @@ static int debug_all_class_hack = 1; int *DEBUGLEVEL_CLASS = &debug_all_class_hack; /* For samba 3 */ static bool debug_all_class_isset_hack = true; bool *DEBUGLEVEL_CLASS_ISSET = &debug_all_class_isset_hack; /* For samba 3 */ +XFILE *dbf = NULL; /* For Samba 3*/ /* the registered mutex handlers */ static struct { |