pathIndexMapEqual
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
a296abc15c
commit
8580cfd813
|
|
@ -343,10 +343,7 @@ pathIndexMapEqual(const PathIndexMap *path_index_map1,
|
||||||
size_t path_index2;
|
size_t path_index2;
|
||||||
bool exists2;
|
bool exists2;
|
||||||
path_index_map2->findKey(tag1, tag2, path_index2, exists2);
|
path_index_map2->findKey(tag1, tag2, path_index2, exists2);
|
||||||
if (!exists2
|
if (!exists2)
|
||||||
// ArrivalMap equal function is TagMatchEqual, so make sure
|
|
||||||
// the tag is an exact match.
|
|
||||||
|| tag2 != tag1)
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue