summaryrefslogtreecommitdiffstats
path: root/source/lib/debug.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-06-28 19:25:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:06 -0500
commit12ff2978295a84fe6177af129c495a0021befacc (patch)
tree6e944789497f308da6e2120deef263814d0fb966 /source/lib/debug.c
parent97ee7c970c287737396f135336c56c945f639d85 (diff)
downloadsamba-12ff2978295a84fe6177af129c495a0021befacc.tar.gz
samba-12ff2978295a84fe6177af129c495a0021befacc.tar.xz
samba-12ff2978295a84fe6177af129c495a0021befacc.zip
r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.
Looking forward to the day he can commit these himself :-). Jeremy.
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r--source/lib/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index 43d1f64eb17..d6785f83adf 100644
--- a/source/lib/debug.c
+++ b/source/lib/debug.c
@@ -166,6 +166,7 @@ static const char *default_classname_table[] = {
"acls", /* DBGC_ACLS */
"printerdb", /* DBGC_PRINTERDB */
"locking", /* DBGC_LOCKING */
+ "msdfs", /* DBGC_MSDFS */
NULL
};