Wireshark-commits: [Wireshark-commits] master-2.6 f5d1724: Get rid of add_async_dns_ipv4().
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5d17241bf2a0d194f2025c7cbc9c12c91197def
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
f5d1724 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>
(cherry picked from commit 8ee56d29828c23e45fa771d6b8f50b74e9185a14)
Reviewed-on: https://code.wireshark.org/review/27662
Actions performed:
from 4afb1fe Make private variables static.
adds f5d1724 Get rid of add_async_dns_ipv4().
Summary of changes:
epan/addr_resolv.c | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)