MEDIUM: connection: don't call the data->init callback upon error
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Oct 2012 19:20:21 +0000 (21:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 20:26:10 +0000 (22:26 +0200)
commit78eaebed135600b07a442d9d3385eb721f432486
tree301b0556c3fdac956adb2679a246bbfe1f8ff0db
parent9683e9a05f4bdbc5d914d72b4a42bd5b0243fb3a
MEDIUM: connection: don't call the data->init callback upon error

We don't call ->init() anymore upon error since we already call ->wake().
src/connection.c