mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix uninitialized-variable warning on options_init_from_string().
This commit is contained in:
+1
-1
@@ -5056,7 +5056,7 @@ options_init_from_string(const char *cf_defaults, const char *cf,
|
||||
config_line_t *cl;
|
||||
int retval;
|
||||
setopt_err_t err = SETOPT_ERR_MISC;
|
||||
int cf_has_include;
|
||||
int cf_has_include = 0;
|
||||
tor_assert(msg);
|
||||
|
||||
oldoptions = global_options; /* get_options unfortunately asserts if
|
||||
|
||||
Reference in New Issue
Block a user