]> git.ipfire.org Git - thirdparty/cups.git/commit
ippeveprinter.c: Check the created `path` string instead of `command` 629/head
authorZdenek Dohnal <zdohnal@redhat.com>
Thu, 2 Mar 2023 14:11:55 +0000 (15:11 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Thu, 2 Mar 2023 14:11:55 +0000 (15:11 +0100)
commit00e38c1947411eef9b86a23c17ca1e8fc1f5c6a6
treed66049f9d008799ef721fe87ae0235b049025182
parent045886537b5debdddbeab36e2f8e556e5990e3c1
ippeveprinter.c: Check the created `path` string instead of `command`

If a user passes the command by only its name, we have to check the path
string we created instead of command string alone.
tools/ippeveprinter.c