s3-printing: remove redundant variable set
authorDavid Disseldorp <ddiss@samba.org>
Mon, 30 Jan 2012 15:05:21 +0000 (16:05 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 25 Jun 2012 10:51:24 +0000 (12:51 +0200)
source3/printing/printing.c

index 11feae28222bcf343cd1f002b39afbfd5f0b02fc..ef5e0359246a9c95da1a2ad333a004db5cdbad20 100644 (file)
@@ -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 )