mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
check-spaces, fix a typo
svn:r15355
This commit is contained in:
parent
60146c90d4
commit
ad6b2e7523
@ -3431,4 +3431,3 @@ dir_split_resource_into_fingerprints(const char *resource,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* vim:set et ts=2: */
|
||||
|
@ -2066,3 +2066,4 @@ dirvote_get_vote(const char *fp, int flags)
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -2552,7 +2552,7 @@ routerlist_remove_old(routerlist_t *rl, signed_descriptor_t *sd, int idx)
|
||||
tor_assert(0 <= idx && idx < smartlist_len(rl->old_routers));
|
||||
/* XXXX edmanm's bridge relay triggered the following assert while
|
||||
* running 0.2.0.12-alpha. If anybody triggers this again, see if we
|
||||
* can ge a backtrace. */
|
||||
* can get a backtrace. */
|
||||
tor_assert(smartlist_get(rl->old_routers, idx) == sd);
|
||||
tor_assert(idx == sd->routerlist_index);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user