Skip to content

Commit 002cedc

Browse files
committed
Fix CodeQL duplicate variable.
1 parent bf9e3ce commit 002cedc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scheduler/job.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,8 +1152,7 @@ cupsdContinueJob(cupsd_job_t *job) /* I - Job */
11521152
}
11531153
else
11541154
{
1155-
char scheme[32], /* URI scheme */
1156-
userpass[32], /* URI username:password */
1155+
char userpass[32], /* URI username:password */
11571156
host[256], /* URI hostname */
11581157
resource[1024]; /* URI resource path (filename) */
11591158
int port; /* URI port number */

0 commit comments

Comments
 (0)