Comment 1 for bug 1497419

Revision history for this message
Filip Francis (filip-francis) wrote :

Just checked the previuos code
and found the i have commented the following out
 /* if ((check->s6_addr32[0] & mask->s6_addr32[0]) == addr->s6_addr32[0] )
          && ((check->s6_addr32[1] & mask->s6_addr32[1])
                == addr->s6_addr32[1])
            && ((check->s6_addr32[2] & mask->s6_addr32[2])
                == addr->s6_addr32[2])
            && ((check->s6_addr32[3] & mask->s6_addr32[3])
                == addr->s6_addr32[3]))
          return TRUE; */

And then it compiles fine
so did the same on this version
and then it whent true
will let you know if it is compiling correctly now
Filip