forked from github/server
fix the bug that the unit test exposed. it was so simple!
still not fixing the integration test, though :-(
This commit is contained in:
parent
1fbbba564b
commit
b551261b66
|
@ -118,6 +118,8 @@ void get_seen_interval(struct seen_region *seen[], struct region **firstp, struc
|
||||||
sr = sr->nextHash;
|
sr = sr->nextHash;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*firstp = first;
|
||||||
|
*lastp = last;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool add_seen(struct seen_region *seehash[], struct region *r, int mode, bool dis)
|
bool add_seen(struct seen_region *seehash[], struct region *r, int mode, bool dis)
|
||||||
|
|
Loading…
Reference in New Issue