diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/hs_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/hs_config.c b/src/or/hs_config.c index afc9631cd4..3baab4688b 100644 --- a/src/or/hs_config.c +++ b/src/or/hs_config.c @@ -287,7 +287,6 @@ config_generic_service(const config_line_t *line_, /* Makes thing easier. */ config = &service->config; - memset(config, 0, sizeof(*config)); /* The first line starts with HiddenServiceDir so we consider what's next is * the configuration of the service. */ |