commit | 1e6902fd6a4935b36a1dc4ab36ce50757b407a20 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 29 10:47:38 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:22 2013 +0100 |
tree | 44dbfcb05d36ec36b019f5540af7c861bd2bd201 | |
parent | 51c218475594b2a4e585c1835d47c669e457f72b [diff] |
MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN We do this everywhere we prepare a connection so that we can safely switch to objt_conn() next.