CLEANUP: connection: Stop directly setting an ist's .ptr
authorTim Duesterhus <tim@bastelstu.be>
Sat, 14 Mar 2020 12:07:05 +0000 (13:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Mar 2020 17:31:58 +0000 (18:31 +0100)
commit2b7f6c22d868d23adb7cc8232464fe3f68b05b0d
tree80a07d5a9b450fb11ddd9b5ae4d224fb09f7915a
parente4d42551bd7a09b1ab0ed0919d8e286a5edfc85a
CLEANUP: connection: Stop directly setting an ist's .ptr

Instead replace the complete `ist` by the value returned from `ist2`.

This was noticed during review of issue #549.
src/connection.c