Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
[ira/wip.git] / source3 / smbd / vfs-wrap.c
index ad4d4ddbef20b8f085cde7230d9d2ea132474fec..8750f7115134cf8694910660ba245a563ea21ee0 100644 (file)
@@ -1,4 +1,3 @@
-#define OLD_NTDOMAIN 1
 /* 
    Unix SMB/Netbios implementation.
    Version 1.9.
@@ -543,5 +542,3 @@ int vfswrap_fchmod_acl(files_struct *fsp, int fd, mode_t mode)
 {
        return fchmod_acl(fd, mode);
 }
-
-#undef OLD_NTDOMAIN