commit | 8f46ccad27c22864d0b8cf0165c3ca40b032265d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 04 20:07:44 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 08 14:04:53 2013 +0100 |
tree | c553df32dace3f1e3c2f82887c425de170b263c3 | |
parent | df350f1f48ebdc073129f4851a05c51b7a1b2e8e [diff] |
BUG/MEDIUM: checks: don't call connect() on unsupported address families At the moment, all address families supported on a "server" statement support a connect() method, but this will soon change with the generalization of str2sa_range(). Checks currently call ->connect() unconditionally so let's add a check for this.