]> git.kaiwu.me - nginx.git/commit
Explicitly ignore returned value from close() in ngx_event_core_init_conf().
authorAndrey Belov <defan@nginx.com>
Tue, 7 Aug 2012 13:57:04 +0000 (13:57 +0000)
committerAndrey Belov <defan@nginx.com>
Tue, 7 Aug 2012 13:57:04 +0000 (13:57 +0000)
commit2af80d5fab3e3962baf38d65eebcfe79312ae32e
tree0650217a25acfb95286e6ca425bbef020164a4bf
parent66e9525e84a2d09269eb766da15df60c5bc0a1dd
Explicitly ignore returned value from close() in ngx_event_core_init_conf().

We don't have strong reason to inform about any errors
reported by close() call here, and there are no other things
to do with its return value.

Prodded by Coverity.
src/event/ngx_event.c