K 10 svn:author V 8 cperciva K 8 svn:date V 27 2007-05-22T04:21:00.000000Z K 7 svn:log V 259 In the error handling path, don't call close(fd) if the error we're handling is that fd = open(foo) is -1. This bug is harmless since close(-1) just returns an error (which the code ignores). Found by: Coverity Prevent(tm) CID: 1503 (in userland test run) END