]> git.kaiwu.me - nginx.git/commit
Explicitly ignore returned value from unlink() in ngx_open_tempfile().
authorAndrey Belov <defan@nginx.com>
Mon, 6 Aug 2012 16:06:59 +0000 (16:06 +0000)
committerAndrey Belov <defan@nginx.com>
Mon, 6 Aug 2012 16:06:59 +0000 (16:06 +0000)
commit66e9525e84a2d09269eb766da15df60c5bc0a1dd
treef6ea63d62054b8868122433a746b2775d73e71fb
parent42a75bba535a387688cb708c54f33d592840e73f
Explicitly ignore returned value from unlink() in ngx_open_tempfile().

The only thing we could potentially do here in case of error
returned is to complain to error log, but we don't have log
structure available here due to interface limitations.

Prodded by Coverity.
src/os/unix/ngx_files.c