URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ee56d29828c23e45fa771d6b8f50b74e9185a14
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8ee56d2 by Guy Harris (guy@xxxxxxxxxxxx):
Get rid of add_async_dns_ipv4().
We don't have add_async_dns_ipv6(), we just do the same stuff inline in
host_lookup6(); this removes an irrelevant difference between
host_lookup() and host_lookup6().
Change-Id: Ib4aa1783ddec1bc390e2a7f64c87f1c8441fa849
Reviewed-on: https://code.wireshark.org/review/27661
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7248774 Make private variables static.
adds 8ee56d2 Get rid of add_async_dns_ipv4().
Summary of changes:
epan/addr_resolv.c | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)