See previous comment.

svn path=/trunk/; revision=21587
This commit is contained in:
Guy Harris 2007-04-26 03:43:34 +00:00
parent 9463cd9070
commit 8b0bc56f2c
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static sctp_assoc_info_t * add_chunk_count(address * vadd, sctp_assoc_info_t * i
if (ch->direction == direction)
{
v = (address *) (ch->addr);
if (*(vadd->data)==*(v->data))
if (ADDRESSES_EQUAL(vadd, v))
{
ch->addr_count[type]++;
return info;