On Thu, Apr 21, 2011 at 1:30 PM, Anders Broman <[email protected]> wrote: > Ok, but both case 1 and the default branch (with GEOIP) ends in g_assert > unless I'm misstaken and that's hardly the intention is it?
case 1 has a CMP_INT which does return. The default branch is only used for GEOIP because we only use hostlist_sort_column with values 0 and 1 without GEOIP. But I'm not sure if we will get a warning about unused code if we always return before g_assert, and g_assert is intended here, so maybe the "return 0" will be wrong. -- Stig Bjørlykke ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
