From bf547ff1ad4120f898e89fd75ec94f577a0fc84d 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. (This used to be commit 12ff2978295a84fe6177af129c495a0021befacc) --- source3/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/debug.h') diff --git a/source3/include/debug.h b/source3/include/debug.h index 062bbe1a0a..f69c213eb7 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -96,6 +96,7 @@ extern int DEBUGLEVEL; #define DBGC_ACLS 15 #define DBGC_PRINTERDB 16 #define DBGC_LOCKING 17 +#define DBGC_MSDFS 18 /* So you can define DBGC_CLASS before including debug.h */ #ifndef DBGC_CLASS -- cgit