Fix an indentation issue in rend_config_services

This commit is contained in:
teor 2016-09-06 17:48:49 +10:00
parent b3dfd9defb
commit 55a2bfb056
No known key found for this signature in database
GPG key ID: 450CBA7F968F094B

View file

@ -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);
}