summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-12 03:08:51 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-12 03:08:51 +0000
commitb8651acb9c0d7248a6a2e82c33b1e43633fd83fd (patch)
tree6b6c94cba0c1a5ad902b0e31be732686fa062e52 /source/smbd/nttrans.c
parent5686a2cfe874e8b30bcb2781fa4bfe7ae0cefb17 (diff)
downloadsamba-b8651acb9c0d7248a6a2e82c33b1e43633fd83fd.tar.gz
samba-b8651acb9c0d7248a6a2e82c33b1e43633fd83fd.tar.xz
samba-b8651acb9c0d7248a6a2e82c33b1e43633fd83fd.zip
- 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
Diffstat (limited to 'source/smbd/nttrans.c')
-rw-r--r--source/smbd/nttrans.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c
index aee5aa7798d..ca1efd0221e 100644
--- a/source/smbd/nttrans.c
+++ b/source/smbd/nttrans.c
@@ -41,9 +41,7 @@ static char *known_nt_pipes[] = {
"\\lsarpc",
"\\winreg",
"\\spoolss",
-#ifdef WITH_MSDFS
"\\netdfs",
-#endif
NULL
};