]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix res_search usage 35/2935/1
authorTimo Teräs <timo.teras@iki.fi>
Thu, 2 Jun 2016 19:57:49 +0000 (22:57 +0300)
committerTimo Teräs <timo.teras@iki.fi>
Thu, 2 Jun 2016 19:57:49 +0000 (22:57 +0300)
commit3c1fec80995dc9ada49f471310877e9d9e12ad55
tree2b135fe346b85f490a948bf021f641141f6a73ab
parent9c1d95e87358b17aec9fbb0a13c31b7bb9350450
Fix res_search usage

Resolver state is not part of res_search API. This fixes
compilation error:

dns.c:261:8: error: too many arguments to function 'res_search'
  ret = res_search(&dns_state,

Change-Id: Ia600a58557040df83f744da3dde23225293845a5
main/dns.c