commit | 433c16ffea78260fada06ca7a110acdc63ce6a33 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 20 11:15:27 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 20 11:42:15 2018 +0200 |
tree | fa15dc7dff8fd54265a4b497b2e9cbd481bb38db | |
parent | 1aaf3242274496fce27f93c1cfaa1a085063033a [diff] |
BUILD: dns: fix null-deref build warning at -Wextra Like for the other checks, the type is being tested just before calling objt_{server,dns_srvrq}() so let's use the unguarded version instead to silence the warning.