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/dir.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/dir.c')
-rw-r--r-- | source/smbd/dir.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/smbd/dir.c b/source/smbd/dir.c index ee383ea72a2..aaab206a26d 100644 --- a/source/smbd/dir.c +++ b/source/smbd/dir.c @@ -1,3 +1,5 @@ +#define OLD_NTDOMAIN 1 + /* Unix SMB/Netbios implementation. Version 1.9. @@ -891,3 +893,5 @@ void DirCacheFlush(int snum) entry = (dir_cache_entry *)next; } } + +#undef OLD_NTDOMAIN |