mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.5' into maint-0.4.2
This commit is contained in:
@@ -1087,7 +1087,11 @@ extrainfo_insert,(routerlist_t *rl, extrainfo_t *ei, int warn_if_incompatible))
|
||||
* This just won't work. */;
|
||||
static ratelim_t no_sd_ratelim = RATELIM_INIT(1800);
|
||||
r = ROUTER_BAD_EI;
|
||||
log_fn_ratelim(&no_sd_ratelim, severity, LD_BUG,
|
||||
/* This is a DEBUG because it can happen naturally, if we tried
|
||||
* to add an extrainfo for which we no longer have the
|
||||
* corresponding routerinfo.
|
||||
*/
|
||||
log_fn_ratelim(&no_sd_ratelim, LOG_DEBUG, LD_DIR,
|
||||
"No entry found in extrainfo map.");
|
||||
goto done;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user