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

vlendec at samba.org vlendec at samba.org
Thu Oct 28 08:37:46 GMT 2004


Author: vlendec
Date: 2004-10-28 08:37:46 +0000 (Thu, 28 Oct 2004)
New Revision: 3317

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

Log:
Fix the build
Modified:
   branches/SAMBA_4_0/source/torture/rpc/spoolss.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/spoolss.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/spoolss.c	2004-10-28 08:36:23 UTC (rev 3316)
+++ branches/SAMBA_4_0/source/torture/rpc/spoolss.c	2004-10-28 08:37:46 UTC (rev 3317)
@@ -177,7 +177,7 @@
 		}
 
 		for (j = 0; j < r.out.count; j++)
-			test_GetForm(p, mem_ctx, handle, info[j].info1.name);
+			test_GetForm(p, mem_ctx, handle, info[j].info1.formname);
 	}
 
 	if (!NT_STATUS_IS_OK(status) || !W_ERROR_IS_OK(r.out.result)) {
@@ -221,7 +221,7 @@
 	r.in.handle = handle;
 	r.in.level = 1;
 	form.flags = 2;		/* User form */
-	form.name = formname;
+	form.formname = formname;
 	form.width = 1;
 	form.length = 2;
 	form.left = 3;



More information about the samba-cvs mailing list