[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Mar 25 19:21:39 MDT 2010


The branch, master has been updated
       via  92332fb... Second part of bug #7288 - SMB job IDs in CUPS job names wrong.
      from  c79ca41... Fix bug #7288 - SMB job IDs in CUPS job names wrong.

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


- Log -----------------------------------------------------------------
commit 92332fb2368c641db1552d1f2a2f7b3deaa11519
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Mar 25 18:20:33 2010 -0700

    Second part of bug #7288 - SMB job IDs in CUPS job names wrong.
    
    Forgot to delete the overload of the smbjob bool.
    
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 7804997..9bd98a6 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -2592,8 +2592,6 @@ bool print_job_end(int snum, uint32 jobid, enum file_close_type close_type)
 		return True;
 	}
 
-	pjob->smbjob = jobid;
-
 	ret = (*(current_printif->job_submit))(snum, pjob);
 
 	if (ret)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list