diff options
author | Herb Lewis <herb@samba.org> | 2005-04-27 18:32:37 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2005-04-27 18:32:37 +0000 |
commit | 50c032cc91a7e2524f98b02d6c0bb4cd0e434c80 (patch) | |
tree | 2801ff39c65aeed4df6dd009b9239a9f17073e96 /source/lib/debug.c | |
parent | bc9600ea1a27916aa5c74d47f7ad9968fba34918 (diff) | |
download | samba-50c032cc91a7e2524f98b02d6c0bb4cd0e434c80.tar.gz samba-50c032cc91a7e2524f98b02d6c0bb4cd0e434c80.tar.xz samba-50c032cc91a7e2524f98b02d6c0bb4cd0e434c80.zip |
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
so our numbers don't get out of sync
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r-- | source/lib/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c index b69a35ecd5c..43d1f64eb17 100644 --- a/source/lib/debug.c +++ b/source/lib/debug.c @@ -164,6 +164,8 @@ static const char *default_classname_table[] = { "idmap", /* DBGC_IDMAP */ "quota", /* DBGC_QUOTA */ "acls", /* DBGC_ACLS */ + "printerdb", /* DBGC_PRINTERDB */ + "locking", /* DBGC_LOCKING */ NULL }; |