]> git.ipfire.org Git - thirdparty/cups.git/commit
dest.c: Don't look for user config in cupsGetNamedDest as root 1076/head
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 8 Oct 2024 10:35:43 +0000 (12:35 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 8 Oct 2024 10:35:43 +0000 (12:35 +0200)
commitc9205f41bcc749da7a42d20df6a24edbb8b5334c
tree2fef6d5f1c5d7e33842fe0860ee05b3fba98c2a4
parent80fe6815d5941ef8a812087af7869f4c02779f1d
dest.c: Don't look for user config in cupsGetNamedDest as root

We were still looking into ~/.cups/lpoptions as root in the function,
which IMHO is not expected.
cups/dest.c