mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r11967@Kushana: nickm | 2007-01-15 16:13:15 -0500
tidy up more whitespace issues svn:r9356
This commit is contained in:
+2
-2
@@ -230,8 +230,8 @@ static config_var_t _option_vars[] = {
|
||||
VAR("RunTesting", BOOL, RunTesting, "0"),
|
||||
VAR("SafeLogging", BOOL, SafeLogging, "1"),
|
||||
VAR("SafeSocks", BOOL, SafeSocks, "0"),
|
||||
VAR("ServerDNSAllowNonRFC953Hostnames", BOOL,
|
||||
ServerDNSAllowNonRFC953Hostnames, "0"),
|
||||
VAR("ServerDNSAllowNonRFC953Hostnames",
|
||||
BOOL, ServerDNSAllowNonRFC953Hostnames, "0"),
|
||||
VAR("ServerDNSDetectHijacking",BOOL, ServerDNSDetectHijacking,"1"),
|
||||
VAR("ServerDNSResolvConfFile", STRING, ServerDNSResolvConfFile, NULL),
|
||||
VAR("ServerDNSSearchDomains", BOOL, ServerDNSSearchDomains, "0"),
|
||||
|
||||
@@ -1133,7 +1133,6 @@ dirserv_clear_old_networkstatuses(time_t cutoff)
|
||||
|
||||
}
|
||||
|
||||
|
||||
/** Helper: If we're an authority for the right directory version (the
|
||||
* directory version is determined by <b>is_v1_object</b>), try to regenerate
|
||||
* auth_src as appropriate and return it, falling back to cache_src on
|
||||
|
||||
Reference in New Issue
Block a user