diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/debug.h | 1 | ||||
-rw-r--r-- | source3/include/msdfs.h | 1 |
2 files changed, 2 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 diff --git a/source3/include/msdfs.h b/source3/include/msdfs.h index 8d6b23bcbf..ff035ddd49 100644 --- a/source3/include/msdfs.h +++ b/source3/include/msdfs.h @@ -36,6 +36,7 @@ /* Maximum number of referrals for each Dfs volume */ #define MAX_REFERRAL_COUNT 256 +#define MAX_MSDFS_JUNCTIONS 256 typedef struct _client_referral { uint32 proximity; |