Wireshark-commits: [Wireshark-commits] master-2.4 e10ba8c: Get rid of add_async_dns_ipv4().
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 May 2018 03:02:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e10ba8cfc9110316ae2789ea8248d062b67ecdfe
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

e10ba8c 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/27663
    

Actions performed:

    from  72fe02c   Make private variables static.
    adds  e10ba8c   Get rid of add_async_dns_ipv4().


Summary of changes:
 epan/addr_resolv.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)