]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
driverless: Unlink temporary file 220/head
authorMichael Hanselmann <public@hansmi.ch>
Sun, 15 Mar 2020 19:49:31 +0000 (20:49 +0100)
committerMichael Hanselmann <public@hansmi.ch>
Sun, 15 Mar 2020 19:49:31 +0000 (20:49 +0100)
commitb36e17ce84190888b92de26343242d8a3f173a60
treecf65b6ece63d87139dfbeb192ca2293922025320
parentecc8f0a1d49e35a7165f2c90ff323e779ab6aad6
driverless: Unlink temporary file

The call to unlink(2) in "driverless" used the wrong variable,
triggering a silent failure (ENAMETOOLONG), and leaving a temporary file
behind.
utils/driverless.c