mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'tor-github/pr/1512'
This commit is contained in:
commit
10982d5997
1 changed files with 2 additions and 2 deletions
|
@ -711,9 +711,9 @@ static const config_var_t option_vars_[] = {
|
|||
VAR_NODUMP("__HashedControlSessionPassword", LINELIST,
|
||||
HashedControlSessionPassword,
|
||||
NULL),
|
||||
VAR_NODUMP_IMMUTABLE("__OwningControllerProcess",STRING,
|
||||
VAR_NODUMP("__OwningControllerProcess",STRING,
|
||||
OwningControllerProcess, NULL),
|
||||
VAR_NODUMP("__OwningControllerFD", UINT64, OwningControllerFD,
|
||||
VAR_NODUMP_IMMUTABLE("__OwningControllerFD", UINT64, OwningControllerFD,
|
||||
UINT64_MAX_STRING),
|
||||
V(MinUptimeHidServDirectoryV2, INTERVAL, "96 hours"),
|
||||
V(TestingServerDownloadInitialDelay, CSV_INTERVAL, "0"),
|
||||
|
|
Loading…
Add table
Reference in a new issue