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 | 12ff2978295a84fe6177af129c495a0021befacc (patch) | |
tree | 6e944789497f308da6e2120deef263814d0fb966 /source/include/debug.h | |
parent | 97ee7c970c287737396f135336c56c945f639d85 (diff) | |
download | samba-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/include/debug.h')
-rw-r--r-- | source/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/debug.h b/source/include/debug.h index 062bbe1a0a0..f69c213eb70 100644 --- a/source/include/debug.h +++ b/source/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 |