The branch, master has been updated
       via  1988f42... testprogs: fix EnumJobs debug output in spoolss test.
      from  bac235d... s3: Fix a typo

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


- Log -----------------------------------------------------------------
commit 1988f4274c3de5e4d1b807c83d27cd97cfc5bc0d
Author: Günther Deschner <g...@samba.org>
Date:   Mon Feb 15 21:45:59 2010 +0100

    testprogs: fix EnumJobs debug output in spoolss test.
    
    Found by Kai, thanks!
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/testprogs/win32/spoolss/spoolss.c 
b/testprogs/win32/spoolss/spoolss.c
index 0318da3..b83259d 100644
--- a/testprogs/win32/spoolss/spoolss.c
+++ b/testprogs/win32/spoolss/spoolss.c
@@ -659,7 +659,7 @@ static BOOL test_EnumJobs(struct torture_context *tctx,
                }
 
                if (tctx->print) {
-                       print_job_info_bylevel(levels[i], buffer, 1);
+                       print_job_info_bylevel(levels[i], buffer, returned);
                }
 
                free(buffer);


-- 
Samba Shared Repository

Reply via email to