]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
conf.c: Fix stopping scheduler on unknown directive
authorzdohnal <zdohnal@redhat.com>
Thu, 4 Dec 2025 07:49:19 +0000 (08:49 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Dec 2025 07:49:19 +0000 (08:49 +0100)
Change the return value to do not trigger stopping the scheduler in case of unknown directive, because stopping the scheduler on config errors should only happen in case of syntax errors.


Trivial merge