From 2a85f87ae4f53ebd5cf9a6397fbdf31d888d28af Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 28 Jun 2005 19:25:48 +0000 Subject: r7981: MS-DFS tidyup patches from James Peach . Looking forward to the day he can commit these himself :-). Jeremy. --- source/lib/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/lib/debug.c') 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 }; -- cgit