From 1982814f36083c80949c604f013f4b01177a960b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 17 Aug 2005 19:50:59 +0000 Subject: [PATCH] STABLE14-windows-dfs-support-disable-20050817 disable dfs processing until we get the Unicode CIFS support (cherry picked from commit e465ee95b095d1bea7e37e0aeec0f4a781cf8231) --- src/WINNT/afsd/afsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/afsd.h b/src/WINNT/afsd/afsd.h index 112b20228..a89eaa72a 100644 --- a/src/WINNT/afsd/afsd.h +++ b/src/WINNT/afsd/afsd.h @@ -128,7 +128,7 @@ extern HANDLE WaitToTerminate; #define CAPABILITY_ERRORTRANS (1<<0) #define CAPABILITY_BITS 1 -#define DFS_SUPPORT 1 +#undef DFS_SUPPORT 1 #define LOG_PACKET 1 #undef NOTSERVICE -- 2.39.5