commit | 8ced9a4b91630709ca286a437e362d34cbe0fcf6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 04 17:51:50 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 04 22:41:52 2007 +0100 |
tree | e1e3908521a90820f88385e55e990847d888e64e | |
parent | 396d2c67828594489ae11982bd6d4b99d6ca315d [diff] |
[MEDIUM] simplify error path in event_accept() The error path in event_accept() was complicated by many code duplications. Use the classical unrolling with the gotos. This fix alone reduced the code by 2.5 kB.