From 8a86541e282424c4e0ea5626b26e818779ba0375 Mon Sep 17 00:00:00 2001 From: Shirish Kalele Date: Fri, 26 May 2000 17:10:40 +0000 Subject: Changed MS_DFS to WITH_MSDFS throughout. Fixed trans2 calls on IPC$ to let dfs referral calls through. (This used to be commit e0965a80bdca5239886b11ef55dc29fed261bfc0) --- source3/smbd/negprot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/negprot.c') diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c index 60af2924b2..362d571ff1 100644 --- a/source3/smbd/negprot.c +++ b/source3/smbd/negprot.c @@ -201,7 +201,7 @@ static int reply_nt1(char *outbuf) capabilities |= CAP_RAW_MODE; } -#ifdef MS_DFS +#ifdef WITH_MSDFS if(lp_host_msdfs()) capabilities |= CAP_DFS; #endif -- cgit