[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Mar 5 08:01:32 MST 2010


The branch, master has been updated
       via  6cbb8fd... s4-smbtorture: fix test_SetPrinterDataEx_matrix() call. sorry...
      from  a5db279... s3: Remove the unused parameter "persistent" from fetch_locked_internal

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6cbb8fdc48c5e418a56eb4348bcf6c66142ea0bf
Author: Günther Deschner <gd at samba.org>
Date:   Fri Mar 5 16:00:14 2010 +0100

    s4-smbtorture: fix test_SetPrinterDataEx_matrix() call. sorry...
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/spoolss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index d85b7d8..909c372 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -4749,7 +4749,7 @@ static bool test_one_printer(struct torture_context *tctx,
 		ret = false;
 	}
 
-	if (!test_SetPrinterDataEx_matrix(tctx, p, handle, name)) {
+	if (!test_SetPrinterDataEx_matrix(tctx, p, handle, name, NULL, NULL)) {
 		ret = false;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list