the beginnings of a new scheme I've working on to allow an easier
[kai/samba.git] / source / rpc_server / srv_samr.c
index 08bba0eef4416265bf807714e7d3a0c3a3a70d3c..650fa704b822a701360badba1abcc9e34b23f252 100644 (file)
@@ -1,3 +1,5 @@
+#define OLD_NTDOMAIN 1
+
 /* 
  *  Unix SMB/Netbios implementation.
  *  Version 1.9.
@@ -1948,3 +1950,6 @@ BOOL api_samr_rpc(pipes_struct *p, prs_struct *data)
 {
     return api_rpcTNP(p, "api_samr_rpc", api_samr_cmds, data);
 }
+
+#undef OLD_NTDOMAIN
+