From 92109d7b3c06f240452d39f669ecb8c9c86ab610 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 May 2000 10:41:59 +0000 Subject: 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 --- source/smbd/trans2.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/smbd/trans2.c') diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c index 458d6f3ec01..55c0b306b07 100644 --- a/source/smbd/trans2.c +++ b/source/smbd/trans2.c @@ -1,3 +1,5 @@ +#define OLD_NTDOMAIN 1 + /* Unix SMB/Netbios implementation. Version 1.9. @@ -2396,3 +2398,5 @@ int reply_trans2(connection_struct *conn, call_trans2xxx calls have already sent it. If outsize != -1 then it is returning */ } + +#undef OLD_NTDOMAIN -- cgit