]> git.kaiwu.me - njs.git/commit
Fixing Coverity warnings related to close().
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 20 Nov 2017 16:24:56 +0000 (19:24 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 20 Nov 2017 16:24:56 +0000 (19:24 +0300)
commit51a2637226e6131bfd3ac60b295c31823ae3947d
tree397d560e277ce460bf8e4567938045976aa2693f
parent2ed156c42acb50ccdd5758d9f2e379fc4906559a
Fixing Coverity warnings related to close().

Coverity assumes that open() can normally return 0.
njs/njs_fs.c