svn commit: samba r19866 - in branches/SAMBA_4_0/source/pidl/tests: .

jelmer at samba.org jelmer at samba.org
Thu Nov 23 18:26:56 GMT 2006


Author: jelmer
Date: 2006-11-23 18:26:55 +0000 (Thu, 23 Nov 2006)
New Revision: 19866

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

Log:
Fix test compilation.

Modified:
   branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
===================================================================
--- branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl	2006-11-23 18:04:44 UTC (rev 19865)
+++ branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl	2006-11-23 18:26:55 UTC (rev 19866)
@@ -17,11 +17,11 @@
 '
 	struct ndr_push *ndr = ndr_push_init();
 	uint32_t v = 13;
-	struct echo_TestRef r;
+	struct echo_TestFull r;
 	r.in.x = &v; 
 	r.in.y = &v; 
 
-	if (NT_STATUS_IS_ERR(ndr_push_echo_TestRef(ndr, NDR_IN, &r))) {
+	if (NT_STATUS_IS_ERR(ndr_push_echo_TestFull(ndr, NDR_IN, &r))) {
 		fprintf(stderr, "push failed\n");
 		return 1;
 	}



More information about the samba-cvs mailing list