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

gd at samba.org gd at samba.org
Fri Jun 8 10:56:47 GMT 2007


Author: gd
Date: 2007-06-08 10:56:46 +0000 (Fri, 08 Jun 2007)
New Revision: 23386

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23386

Log:
Correctly fill in server name in DsrGetDcSiteCoverageW() test.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/netlogon.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/netlogon.c	2007-06-08 10:53:47 UTC (rev 23385)
+++ branches/SAMBA_4_0/source/torture/rpc/netlogon.c	2007-06-08 10:56:46 UTC (rev 23386)
@@ -1380,7 +1380,8 @@
 		return True;
 	}
 
-	r.in.server_name = "";
+	r.in.server_name = talloc_asprintf(mem_ctx, "\\\\%s", dcerpc_server_name(p));
+
 	printf("Testing netr_DsrGetDcSiteCoverageW\n");
 
 	status = dcerpc_netr_DsrGetDcSiteCoverageW(p, mem_ctx, &r);



More information about the samba-cvs mailing list