diff options
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 0da27b2de..b1b1dd458 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -193,7 +193,7 @@ parse_port_config(const char *string) int rend_config_services(or_options_t *options, int validate_only) { - struct config_line_t *line; + config_line_t *line; rend_service_t *service = NULL; rend_service_port_config_t *portcfg; |