]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpc_open_tcp: now drsuapi is complete, we can use it in the test program.
authorMichael Adam <obnox@samba.org>
Fri, 23 May 2008 23:32:18 +0000 (01:32 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 23 May 2008 23:33:52 +0000 (01:33 +0200)
Michael

source/torture/rpc_open_tcp.c

index c28c722679dc91bafeda2bfe6b2c2071c406aceb..14077957c42d0cdb2b88cb4dccccdf824bcf1860 100644 (file)
@@ -21,9 +21,7 @@
 #include "includes.h"
 
 #include "librpc/gen_ndr/ndr_dfs.h"
-#if 0
 #include "librpc/gen_ndr/ndr_drsuapi.h"
-#endif
 #include "librpc/gen_ndr/ndr_dssetup.h"
 #include "librpc/gen_ndr/ndr_echo.h"
 #include "librpc/gen_ndr/ndr_epmapper.h"
@@ -39,9 +37,7 @@
 #include "librpc/gen_ndr/ndr_wkssvc.h"
 
 extern const struct ndr_interface_table ndr_table_netdfs;
-#if 0
 extern const struct ndr_interface_table ndr_table_drsuapi;
-#endif
 extern const struct ndr_interface_table ndr_table_dssetup;
 extern const struct ndr_interface_table ndr_table_rpcecho;
 extern const struct ndr_interface_table ndr_table_epmapper;
@@ -58,9 +54,7 @@ extern const struct ndr_interface_table ndr_table_wkssvc;
 
 const struct ndr_interface_table *tables[] = {
        &ndr_table_netdfs,
-#if 0
        &ndr_table_drsuapi,
-#endif
        &ndr_table_dssetup,
        &ndr_table_rpcecho,
        &ndr_table_epmapper,