summaryrefslogtreecommitdiff
path: root/source/smbd/vfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-12-08 19:35:58 +0000
committerJeremy Allison <jra@samba.org>2000-12-08 19:35:58 +0000
commitf4c32a75e6e60eae6078449478d04ff22373d817 (patch)
treea5a41e4c9f0d2b71088649beb1e0305e52c44c94 /source/smbd/vfs.c
parent63e2ebc4272cd8bc52ea80e1e12996ab273b8ea4 (diff)
downloadsamba-f4c32a75e6e60eae6078449478d04ff22373d817.tar.gz
Added OLD_NTDOMAIN to remove warnings about undefined functions.
Jeremy.
Diffstat (limited to 'source/smbd/vfs.c')
-rw-r--r--source/smbd/vfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbd/vfs.c b/source/smbd/vfs.c
index 3db150ab6fc..cbd1fd68252 100644
--- a/source/smbd/vfs.c
+++ b/source/smbd/vfs.c
@@ -1,3 +1,4 @@
+#define OLD_NTDOMAIN 1
/*
Unix SMB/Netbios implementation.
Version 1.9.
@@ -884,3 +885,4 @@ BOOL reduce_name(connection_struct *conn, char *s,char *dir,BOOL widelinks)
return(True);
#endif
}
+#undef OLD_NTDOMAIN