svn commit: samba r2267 - in branches/SAMBA_4_0/source/torture/rpc: .

tridge at samba.org tridge at samba.org
Thu Sep 9 14:34:58 GMT 2004


Author: tridge
Date: 2004-09-09 14:34:58 +0000 (Thu, 09 Sep 2004)
New Revision: 2267

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture/rpc&rev=2267&nolog=1

Log:
we no longer need to force the domain join to happen on NCACN_NP - it
now works on NCACN_IP_TCP as well.


Modified:
   branches/SAMBA_4_0/source/torture/rpc/testjoin.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/testjoin.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2004-09-09 14:31:27 UTC (rev 2266)
+++ branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2004-09-09 14:34:58 UTC (rev 2267)
@@ -123,13 +123,12 @@
 
 	join->mem_ctx = mem_ctx;
 
-	printf("Connecting to SAMR (forced ncacn_np)\n");
+	printf("Connecting to SAMR\n");
 
-	status = torture_rpc_connection_transport(&join->p, 
-						  DCERPC_SAMR_NAME,
-						  DCERPC_SAMR_UUID,
-						  DCERPC_SAMR_VERSION,
-						  NCACN_NP);
+	status = torture_rpc_connection(&join->p, 
+					DCERPC_SAMR_NAME,
+					DCERPC_SAMR_UUID,
+					DCERPC_SAMR_VERSION);
 	if (!NT_STATUS_IS_OK(status)) {
 		goto failed;
 	}



More information about the samba-cvs mailing list