diff options
author | Jeremy Allison <jra@samba.org> | 2010-03-25 18:20:33 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-03-25 18:20:33 -0700 |
commit | 92332fb2368c641db1552d1f2a2f7b3deaa11519 (patch) | |
tree | 9c2e1b9717d42ee35c13bac11965bd284faae33b | |
parent | c79ca41baf15b4ef7eb287d343b17a53ba41e852 (diff) | |
download | samba-92332fb2368c641db1552d1f2a2f7b3deaa11519.tar.gz samba-92332fb2368c641db1552d1f2a2f7b3deaa11519.tar.bz2 samba-92332fb2368c641db1552d1f2a2f7b3deaa11519.zip |
Second part of bug #7288 - SMB job IDs in CUPS job names wrong.
Forgot to delete the overload of the smbjob bool.
Jeremy.
-rw-r--r-- | source3/printing/printing.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 7804997dfa..9bd98a6dee 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) |