[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2587-g73eb8b7

Michael Adam obnox at samba.org
Fri May 23 23:34:45 GMT 2008


The branch, v3-3-test has been updated
       via  73eb8b7386109c72b13f8d7b5ff5db9baaef280d (commit)
      from  b243a036026e79b8d3fb75bf7f7d59a27cb813af (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 73eb8b7386109c72b13f8d7b5ff5db9baaef280d
Author: Michael Adam <obnox at samba.org>
Date:   Sat May 24 01:32:18 2008 +0200

    rpc_open_tcp: now drsuapi is complete, we can use it in the test program.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/torture/rpc_open_tcp.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/torture/rpc_open_tcp.c b/source/torture/rpc_open_tcp.c
index c28c722..1407795 100644
--- a/source/torture/rpc_open_tcp.c
+++ b/source/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,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list