]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sock_raw: move calls to si_data_close upper
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 6 Aug 2012 10:23:51 +0000 (12:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:53:10 +0000 (21:53 +0200)
commit3438f5dce1d5c617710d66942e24a58bb9890a8a
tree403de248f715c60a05886f38fab18f2a5a46c4ac
parent3788e4c874afe31c4fd05176672110d8bb3bc9b0
MINOR: sock_raw: move calls to si_data_close upper

Some users of si_data_close() need to have the fd still open,
so we must move the call before fd_delete().
src/sock_raw.c