summaryrefslogtreecommitdiff
path: root/source/smbd/error.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/error.c
parentd178c00aae77710ae6ff20a7f54a30e3bd8232bb (diff)
downloadsamba-92109d7b3c06f240452d39f669ecb8c9c86ab610.tar.gz
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/error.c')
-rw-r--r--source/smbd/error.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/smbd/error.c b/source/smbd/error.c
index d879f9a93c4..49da44d68e3 100644
--- a/source/smbd/error.c
+++ b/source/smbd/error.c
@@ -1,3 +1,5 @@
+#define OLD_NTDOMAIN 1
+
/*
Unix SMB/Netbios implementation.
Version 1.9.
@@ -144,3 +146,5 @@ int error_packet(char *inbuf,char *outbuf,int error_class,uint32 error_code,int
return(outsize);
}
+
+#undef OLD_NTDOMAIN