diff options
author | Herb Lewis <herb@samba.org> | 2005-04-27 18:32:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:43 -0500 |
commit | ed1f7121a39d863066ef47e985b77fe3dbedbc9b (patch) | |
tree | e24fc83bd3a3f078620859a3c77a93372d763977 /source3/locking/brlock.c | |
parent | 7a8ee799259c7c0e3d5d6b3d34ce05195f53d4cb (diff) | |
download | samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.tar.gz samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.tar.xz samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.zip |
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
so our numbers don't get out of sync
(This used to be commit 58e307664e02ebf0415f19ed625d2f166d9cb1cc)
Diffstat (limited to 'source3/locking/brlock.c')
-rw-r--r-- | source3/locking/brlock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index 09c96b1286a..da7fc1e67d4 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -27,6 +27,9 @@ #include "includes.h" +#undef DBGC_CLASS +#define DBGC_CLASS DBGC_LOCKING + #define ZERO_ZERO 0 /* This contains elements that differentiate locks. The smbpid is a |