mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
Merge branch 'maint-0.3.2'
This commit is contained in:
commit
0c6d05cdd4
3
changes/bug24262
Normal file
3
changes/bug24262
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (hidden service):
|
||||
- Fix the consensus parameter "hsdir-interval" to "hsdir_interval" so it
|
||||
matches the dir-spec.txt. Fixes bug 24262; bugfix on 0.3.1.1-alpha.
|
@ -224,7 +224,7 @@ get_time_period_length(void)
|
||||
return sr_state_get_protocol_run_duration() / 60;
|
||||
}
|
||||
|
||||
int32_t time_period_length = networkstatus_get_param(NULL, "hsdir-interval",
|
||||
int32_t time_period_length = networkstatus_get_param(NULL, "hsdir_interval",
|
||||
HS_TIME_PERIOD_LENGTH_DEFAULT,
|
||||
HS_TIME_PERIOD_LENGTH_MIN,
|
||||
HS_TIME_PERIOD_LENGTH_MAX);
|
||||
|
Loading…
Reference in New Issue
Block a user