mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fixed spacing.
This commit is contained in:
committed by
Nick Mathewson
parent
d47d147307
commit
4f03804b08
+1
-1
@@ -2837,7 +2837,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
options->RendPostPeriod = MAX_DIR_PERIOD;
|
||||
}
|
||||
|
||||
if (options->PredictedCircsRelevanceTime >
|
||||
if (options->PredictedCircsRelevanceTime >
|
||||
MAX_PREDICTED_CIRCS_RELEVANCE) {
|
||||
log_warn(LD_CONFIG, "PredictedCircsRelevanceTime is too large; "
|
||||
"clipping to %ds.", MAX_PREDICTED_CIRCS_RELEVANCE);
|
||||
|
||||
Reference in New Issue
Block a user