mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
Fix an indentation issue in rend_config_services
This commit is contained in:
parent
b3dfd9defb
commit
55a2bfb056
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ rend_config_services(const or_options_t *options, int validate_only)
|
|||
if (!strcasecmp(line->key, "HiddenServiceDir")) {
|
||||
if (service) { /* register the one we just finished parsing */
|
||||
if (validate_only)
|
||||
rend_service_free(service);
|
||||
rend_service_free(service);
|
||||
else
|
||||
rend_add_service(service);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue