mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
commit two fixes from Thomas Themel
svn:r1918
This commit is contained in:
parent
f875db1821
commit
994c9cbd7e
@ -200,7 +200,7 @@ static int config_assign(or_options_t *options, struct config_line_t *list) {
|
|||||||
|
|
||||||
config_compare(list, "ExitNodes", CONFIG_TYPE_STRING, &options->ExitNodes) ||
|
config_compare(list, "ExitNodes", CONFIG_TYPE_STRING, &options->ExitNodes) ||
|
||||||
config_compare(list, "EntryNodes", CONFIG_TYPE_STRING, &options->EntryNodes) ||
|
config_compare(list, "EntryNodes", CONFIG_TYPE_STRING, &options->EntryNodes) ||
|
||||||
config_compare(list, "ExitPolicy", CONFIG_TYPE_STRING, &options->ExitPolicy) ||
|
config_compare(list, "ExitPolicy", CONFIG_TYPE_LINELIST, &options->ExitPolicy) ||
|
||||||
config_compare(list, "ExcludeNodes", CONFIG_TYPE_STRING, &options->ExcludeNodes) ||
|
config_compare(list, "ExcludeNodes", CONFIG_TYPE_STRING, &options->ExcludeNodes) ||
|
||||||
|
|
||||||
config_compare(list, "Group", CONFIG_TYPE_STRING, &options->Group) ||
|
config_compare(list, "Group", CONFIG_TYPE_STRING, &options->Group) ||
|
||||||
|
@ -761,8 +761,6 @@ typedef struct {
|
|||||||
struct config_line_t *LogOptions; /**< List of configuration lines
|
struct config_line_t *LogOptions; /**< List of configuration lines
|
||||||
* for logfiles */
|
* for logfiles */
|
||||||
|
|
||||||
char *LogLevel; /**< Verbosity of log: minimal level of messages to report. */
|
|
||||||
char *LogFile; /**< Where to send normal log messages. */
|
|
||||||
char *DebugLogFile; /**< Where to send verbose log messages. */
|
char *DebugLogFile; /**< Where to send verbose log messages. */
|
||||||
char *DataDirectory; /**< OR only: where to store long-term data. */
|
char *DataDirectory; /**< OR only: where to store long-term data. */
|
||||||
char *RouterFile; /**< Where to find starting list of ORs. */
|
char *RouterFile; /**< Where to find starting list of ORs. */
|
||||||
|
Loading…
Reference in New Issue
Block a user