commit | 1700b9c3d5f06ac283ab2e254bd64b1bc7a207ca | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 10 10:33:29 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 10 10:33:29 2009 +0200 |
tree | 1ca96157a76922eeb193277f162fbfa52f982a89 | |
parent | d79e79b436144654d10124de7d5fd4c896ac0487 [diff] |
[MINOR] don't close stdio fds twice This minor harmless bug dates back to v1.1. When fclose() was added, the close() calls were not removed, so the fds 0,1,2 are closed twice.