The branch, master has been updated
       via  082b906 s3-printing: fix broken print_job_get_name() return
      from  efa73ba s3:test_net_registry_check.sh: grep -E isn't portable, use 
egrep

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


- Log -----------------------------------------------------------------
commit 082b90674ac53d9ddea1c1e01443e6bf986528a9
Author: David Disseldorp <[email protected]>
Date:   Wed Jun 27 01:23:57 2012 +0200

    s3-printing: fix broken print_job_get_name() return
    
    Autobuild-User(master): David Disseldorp <[email protected]>
    Autobuild-Date(master): Wed Jun 27 04:04:56 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/printing/printing.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 1e0d61d..b473c94 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -2027,7 +2027,8 @@ bool print_job_get_name(TALLOC_CTX *mem_ctx, const char 
*sharename, uint32_t job
                return false;
        }
 
-       return pjob->jobname;
+       *name = pjob->jobname;
+       return true;
 }
 
 


-- 
Samba Shared Repository

Reply via email to