commit | ceccdd78a716ec4624a72432308323dcb4744146 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 02 22:27:10 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 09 14:24:20 2016 +0100 |
tree | cb70f19d7cb3aa507ba6c3f0ce885d26cb092ac6 | |
parent | def0d22cc54229072a8abb6a850e6805208790f5 [diff] |
MEDIUM: tools: make str2sa_range() return the FQDN even when not resolving This will be needed to later postpone server address resolution. We need the FQDN even when it doesn't resolve. The caller then needs to check if fqdn was set when resolve is null to detect that the address couldn't be parsed and needs later resolution.