]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typos.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 24 Sep 2008 23:24:43 +0000 (23:24 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 24 Sep 2008 23:24:43 +0000 (23:24 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@7981 7a7537e8-13f0-0310-91df-b6672ffda945

cgi-bin/admin.c

index df95197a5cb53c7e35ddc34827faf1e32365aaf1..dfa8b89a0c45294740e87e171d84eb36168f5b41 100644 (file)
@@ -1426,8 +1426,7 @@ do_config_server(http_t *http)            /* I - HTTP connection */
                        *preserve_job_files,
                                        /* PreserveJobFiles value */
                        *max_jobs,      /* MaxJobs value */
-                       *max_log_size,  /* MaxLogSize value */
-                       *val;           /* Value for other setting */
+                       *max_log_size;  /* MaxLogSize value */
     char               local_protocols[255],
                                        /* BrowseLocalProtocols */
                        remote_protocols[255];
@@ -3118,7 +3117,7 @@ do_set_options(http_t *http,              /* I - HTTP connection */
       cgiCopyTemplateLang("error.tmpl");
       cgiEndHTML();
 
-      cupsCancelJob(job_id);
+      cupsCancelJob(printer, job_id);
       return;
     }