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

sharpe at samba.org sharpe at samba.org
Mon Apr 4 16:40:23 GMT 2005


Author: sharpe
Date: 2005-04-04 16:40:23 +0000 (Mon, 04 Apr 2005)
New Revision: 6195

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

Log:

I think Metze meant SPOOLSS_ARCHITECTURE_NT_X86, but I could be wrong.


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	2005-04-04 15:19:27 UTC (rev 6194)
+++ branches/SAMBA_4_0/source/torture/rpc/spoolss.c	2005-04-04 16:40:23 UTC (rev 6195)
@@ -1826,7 +1826,7 @@
 
 	ret &= test_OpenPrinter_server(ctx);
 
-	ret &= test_GetPrinterData(ctx->p, ctx, &ctx->server_handle, SPOOLSS_ARCHITECTURE);
+	ret &= test_GetPrinterData(ctx->p, ctx, &ctx->server_handle, SPOOLSS_ARCHITECTURE_NT_X86);
 
 	ret &= test_GetPrinterData(ctx->p, ctx, &ctx->server_handle, "DefaultSpoolDirectory");
 



More information about the samba-cvs mailing list