aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 7a20b3808..d7befaadb 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -534,7 +534,7 @@ rend_service_update_descriptor(rend_service_t *service)
int
rend_service_load_keys(void)
{
- int r;
+ int r = 0;
char fname[512];
char buf[1500];