CLEANUP: tcp: use 'chn' instead of 'buf' or 'b' for channel pointer names
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 21:53:39 +0000 (23:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 21:53:39 +0000 (23:53 +0200)
commit697d85045adb62980e28ede6abc5d4f71d3e2873
tree0bb0263868cee34a51d4775825179858df5ca871
parent974ced63057cb3d629538f565d87358e6e9f6626
CLEANUP: tcp: use 'chn' instead of 'buf' or 'b' for channel pointer names

Same as previous patches, avoid confusion in local variable names.
src/proto_tcp.c