commit | 2af80d5fab3e3962baf38d65eebcfe79312ae32e | [log] [tgz] |
---|---|---|
author | Andrey Belov <defan@nginx.com> | Tue Aug 07 13:57:04 2012 +0000 |
committer | Andrey Belov <defan@nginx.com> | Tue Aug 07 13:57:04 2012 +0000 |
tree | 0650217a25acfb95286e6ca425bbef020164a4bf | |
parent | 66e9525e84a2d09269eb766da15df60c5bc0a1dd [diff] |
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.