mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Oops; the "not in the routerlist" value for routerinfo_t.routerlist_index is -1, not 0.
svn:r10060
This commit is contained in:
parent
65daa191fe
commit
5b26a076c6
1 changed files with 1 additions and 1 deletions
|
@ -4776,7 +4776,7 @@ routerlist_check_bug_417(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
tor_assert(ri_generated->routerlist_index == 0);
|
||||
tor_assert(ri_generated->routerlist_index == -1);
|
||||
}
|
||||
|
||||
/** Allocate and return a new string representing the contact info
|
||||
|
|
Loading…
Add table
Reference in a new issue