< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] tuple comparisons....


 

I found the following code in "resip/stack/Tuple.cxx" in reSIProcate 1.3.0, isn’t a bug ? When comparing a AF_INET6 with AF_INET tuple, how it can be true ???

 

if (lhs.mSockaddr.sa_family == AF_INET6 &&

            rhs.mSockaddr.sa_family == AF_INET)

   {

      return true;

   }

 

Thanks,

Vasanthi