https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2803
Gerald Combs <gerald@xxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2600| |review_for_checkin+
Flag| |
--- Comment #6 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2008-12-24 10:14:28 PDT ---
(From update of attachment 2600)
If and when c-ares 2.0 is released, wouldn't "(( ARES_VERSION_MAJOR >= 0 ) &&
( ARES_VERSION_MINOR < 5 ) )" match against it?
I checked in a modified version of your patch, which uses "((
ARES_VERSION_MAJOR <= 1 ) && ( ARES_VERSION_MINOR < 5 ) )" in r27112. Can you
try it out?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.