diff options
author | Michael Adam <obnox@samba.org> | 2008-05-24 01:32:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-24 01:33:52 +0200 |
commit | 50b5a7dc625ce10f79d4c72c0915b2f96071b6dc (patch) | |
tree | 874ff5059efd4e158ba2a5bb15746421b06b3fe5 /source3/torture | |
parent | 1a16a2cf9707866c4f6d4dfe64f6c1d18d5f2075 (diff) | |
download | samba-50b5a7dc625ce10f79d4c72c0915b2f96071b6dc.tar.gz samba-50b5a7dc625ce10f79d4c72c0915b2f96071b6dc.tar.xz samba-50b5a7dc625ce10f79d4c72c0915b2f96071b6dc.zip |
rpc_open_tcp: now drsuapi is complete, we can use it in the test program.
Michael
(This used to be commit 73eb8b7386109c72b13f8d7b5ff5db9baaef280d)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/rpc_open_tcp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/torture/rpc_open_tcp.c b/source3/torture/rpc_open_tcp.c index c28c722679d..14077957c42 100644 --- a/source3/torture/rpc_open_tcp.c +++ b/source3/torture/rpc_open_tcp.c @@ -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, |