Wireshark-commits: [Wireshark-commits] master 83924c8: addr_resolv: async_dns_queue_head HAVE_C_ARE
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Apr 2016 16:28:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=83924c867d10686b2f93f61733d6ecd8002341ad
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

83924c8 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    addr_resolv: async_dns_queue_head HAVE_C_ARES missing
    
    async_dns_queue_head is only defined when HAVE_C_ARES is available.
    Therefore we should call it also only if HAVE_C_ARES is set.
    
    Change-Id: Iceb27096c188bb1b70ca89ee7782ca8d0990294d
    Reviewed-on: https://code.wireshark.org/review/15106
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  15cf4be   J1939 can legitimately have 0 data bytes so don't give the impression data is "missing".
    adds  83924c8   addr_resolv: async_dns_queue_head HAVE_C_ARES missing


Summary of changes:
 epan/addr_resolv.c |    2 ++
 1 file changed, 2 insertions(+)