[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Mar 12 17:35:48 MST 2010


The branch, master has been updated
       via  33d9901... s4-smbtorture: fix build and handle in spoolss test.
      from  5e48aa7... s3-spoolss: wrap _spoolss_EnumPrinterData() around _spoolss_EnumPrinterDataEx().

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


- Log -----------------------------------------------------------------
commit 33d9901ecb448835fe566932df609a60f288a87f
Author: Günther Deschner <gd at samba.org>
Date:   Sat Mar 13 01:34:31 2010 +0100

    s4-smbtorture: fix build and handle in spoolss test.
    
    it's friday night...
    
    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 65b964a..76e8a16 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -4168,7 +4168,7 @@ static bool test_OpenPrinterEx(struct torture_context *tctx,
 		ret = false;
 	}
 
-	if (!test_EnumPrinterData_consistency(tctx, p, handle)) {
+	if (!test_EnumPrinterData_consistency(tctx, p, &handle)) {
 		ret = false;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list