diff options
author | David Disseldorp <ddiss@samba.org> | 2012-01-30 16:05:21 +0100 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2012-06-26 16:10:39 +0200 |
commit | fb2579e3eec80da5502aab539ed55301ebac3e2b (patch) | |
tree | 1b6ecf6ccb0d235d829ef10a2a2d5efa6a1b3fbc /source3 | |
parent | 5eaa47c43313d2c6a46edf61dea51875ee9db696 (diff) | |
download | samba-fb2579e3eec80da5502aab539ed55301ebac3e2b.tar.gz samba-fb2579e3eec80da5502aab539ed55301ebac3e2b.tar.bz2 samba-fb2579e3eec80da5502aab539ed55301ebac3e2b.zip |
s3-printing: remove redundant variable set
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/printing.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 11feae2822..ef5e035924 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1415,9 +1415,6 @@ static void print_queue_update_internal(struct tevent_context *ev, continue; } - /* FIXME this is already confirmed by sysjob_to_jobid_pdb() */ - pjob->sysjob = queue[i].sysjob; - /* don't reset the status on jobs to be deleted */ if ( pjob->status != LPQ_DELETING ) |