diff options
author | Jeremy Allison <jra@samba.org> | 2005-06-28 19:25:48 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2005-06-28 19:25:48 +0000 |
commit | 2a85f87ae4f53ebd5cf9a6397fbdf31d888d28af (patch) | |
tree | 6e944789497f308da6e2120deef263814d0fb966 /source/lib/debug.c | |
parent | 5d281f5f235516b67ffc998ac430c163aba8769f (diff) | |
download | samba-2a85f87ae4f53ebd5cf9a6397fbdf31d888d28af.tar.gz samba-2a85f87ae4f53ebd5cf9a6397fbdf31d888d28af.tar.xz samba-2a85f87ae4f53ebd5cf9a6397fbdf31d888d28af.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.c | 1 |
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 }; |