summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r--source3/smbd/filename.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index aedd2e820f..bdbcd81b64 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -1,5 +1,3 @@
-#define OLD_NTDOMAIN 1
-
/*
Unix SMB/Netbios implementation.
Version 1.9.
@@ -514,6 +512,3 @@ static BOOL scan_directory(char *path, char *name,connection_struct *conn,BOOL d
CloseDir(cur_dir);
return(False);
}
-
-
-#undef OLD_NTDOMAIN