summaryrefslogtreecommitdiffstats
path: root/source/smbd/oplock.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-10 10:41:59 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-10 10:41:59 +0000
commit92109d7b3c06f240452d39f669ecb8c9c86ab610 (patch)
tree9fe3157a8fab623da9b462ec8ce708bbefc7e12f /source/smbd/oplock.c
parentd178c00aae77710ae6ff20a7f54a30e3bd8232bb (diff)
downloadsamba-92109d7b3c06f240452d39f669ecb8c9c86ab610.tar.gz
samba-92109d7b3c06f240452d39f669ecb8c9c86ab610.tar.xz
samba-92109d7b3c06f240452d39f669ecb8c9c86ab610.zip
more merging voodoo
this adds "#define OLD_NTDOMAIN 1" in lots of places. Don't panic - this isn't permanent, it should go after another few merge steps have been done
Diffstat (limited to 'source/smbd/oplock.c')
-rw-r--r--source/smbd/oplock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/smbd/oplock.c b/source/smbd/oplock.c
index 4a363d45e98..ef43400074c 100644
--- a/source/smbd/oplock.c
+++ b/source/smbd/oplock.c
@@ -1,3 +1,5 @@
+#define OLD_NTDOMAIN 1
+
/*
Unix SMB/Netbios implementation.
Version 1.9.
@@ -1391,3 +1393,5 @@ Disabling kernel oplock support.\n", strerror(errno) ));
}
#endif /* HAVE_KERNEL_OPLOCKS */
}
+
+#undef OLD_NTDOMAIN