From 39d7983a470cc3470dd7126de35697d965817cb6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 12 Sep 2001 03:08:51 +0000 Subject: - enable MSDFS by default, there seems no reason not to have it enabled by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file (This used to be commit b8651acb9c0d7248a6a2e82c33b1e43633fd83fd) --- source3/msdfs/msdfs.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'source3/msdfs') diff --git a/source3/msdfs/msdfs.c b/source3/msdfs/msdfs.c index da5a20f909..b2098005c0 100644 --- a/source3/msdfs/msdfs.c +++ b/source3/msdfs/msdfs.c @@ -24,8 +24,6 @@ extern int DEBUGLEVEL; extern pstring global_myname; -#ifdef WITH_MSDFS - /********************************************************************** Create a tcon relative path from a dfs_path structure **********************************************************************/ @@ -743,16 +741,3 @@ int enum_msdfs_links(struct junction_map* jn) } -#else -/* Stub functions if WITH_MSDFS not defined */ - int setup_dfs_referral(char* pathname, int max_referral_level, char** ppdata) -{ - return -1; -} - - BOOL is_msdfs_link(connection_struct* conn, char* path) -{ - return False; -} - -#endif -- cgit