diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-10 10:41:59 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-10 10:41:59 +0000 |
commit | 92109d7b3c06f240452d39f669ecb8c9c86ab610 (patch) | |
tree | 9fe3157a8fab623da9b462ec8ce708bbefc7e12f /source/smbd/files.c | |
parent | d178c00aae77710ae6ff20a7f54a30e3bd8232bb (diff) | |
download | samba-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/files.c')
-rw-r--r-- | source/smbd/files.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbd/files.c b/source/smbd/files.c index a4837a1a8bc..2909d49a2a6 100644 --- a/source/smbd/files.c +++ b/source/smbd/files.c @@ -1,3 +1,4 @@ +#define OLD_NTDOMAIN 1 /* Unix SMB/Netbios implementation. Version 1.9. @@ -363,3 +364,4 @@ void file_chain_restore(void) { chain_fsp = oplock_save_chain_fsp; } +#undef OLD_NTDOMAIN |