diff options
author | Jeremy Allison <jra@samba.org> | 2005-06-28 19:25:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:06 -0500 |
commit | bf547ff1ad4120f898e89fd75ec94f577a0fc84d (patch) | |
tree | fe101d6825b97f68b5552892ec612fabc27a49ec /source3/include/debug.h | |
parent | 0e5a5418bc434fd7bb69a3ec97fd12c68ebebf92 (diff) | |
download | samba-bf547ff1ad4120f898e89fd75ec94f577a0fc84d.tar.gz samba-bf547ff1ad4120f898e89fd75ec94f577a0fc84d.tar.bz2 samba-bf547ff1ad4120f898e89fd75ec94f577a0fc84d.zip |
r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.
Looking forward to the day he can commit these himself :-).
Jeremy.
(This used to be commit 12ff2978295a84fe6177af129c495a0021befacc)
Diffstat (limited to 'source3/include/debug.h')
-rw-r--r-- | source3/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |