Skip to content

Commit 2e2707c

Browse files
committed
Remove Job/SubscriptionPrivateAccess/Values workaround, Zdenek has a better fix coming.
1 parent 2dc021f commit 2e2707c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

scheduler/conf.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,17 +3467,6 @@ read_cupsd_conf(cups_file_t *fp) /* I - File to read from */
34673467
line, value ? " " : "", value ? value : "", linenum,
34683468
ConfigurationFile, CupsFilesFile);
34693469
}
3470-
else if (!_cups_strcasecmp(line, "JobPrivateAccess") ||
3471-
!_cups_strcasecmp(line, "JobPrivateValues") ||
3472-
!_cups_strcasecmp(line, "SubscriptionPrivateAccess") ||
3473-
!_cups_strcasecmp(line, "SubscriptionPrivateValues"))
3474-
{
3475-
cupsdLogMessage(CUPSD_LOG_INFO,
3476-
"Please move \"%s%s%s\" on line %d of %s to a Policy section; "
3477-
"this will become an error in a future release.",
3478-
line, value ? " " : "", value ? value : "", linenum,
3479-
ConfigurationFile);
3480-
}
34813470
else if (!parse_variable(ConfigurationFile, linenum, line, value,
34823471
sizeof(cupsd_vars) / sizeof(cupsd_vars[0]), cupsd_vars) &&
34833472
(FatalErrors & CUPSD_FATAL_CONFIG))

0 commit comments

Comments
 (0)