]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Reset printer attriibutes when we set the auth-info-required attribute.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Sep 2007 22:36:57 +0000 (22:36 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Sep 2007 22:36:57 +0000 (22:36 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6984 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.3.txt
scheduler/job.c

index 3f4685b8a53962d270f2350fb6ac256382ad8667..b381293805093a532d8b1694ee97f2cd4f51d2e0 100644 (file)
@@ -3,6 +3,8 @@ CHANGES-1.3.txt
 
 CHANGES IN CUPS V1.3.3
 
+       - The auth-info-required attribute was not always updated
+         for remote queues that required authentication.
        - The German web interface localization contained errors
          (STR #2523)
        - The Swedish localization contained errors (STR #2522)
index 2468e77fdd61b1ee6ecedf82b9bfe2f9b688ff20..52ebc9fbbb11c70c5b54f94227194707633a825b 100644 (file)
@@ -3610,6 +3610,7 @@ update_job(cupsd_job_t *job)              /* I - Job to check */
                                 attrs)) != NULL)
       {
         cupsdSetAuthInfoRequired(job->printer, attr, NULL);
+       cupsdSetPrinterAttrs(job->printer);
        cupsdSaveAllPrinters();
       }