aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-08-08 16:45:22 +0000
committerNick Mathewson <nickm@torproject.org>2008-08-08 16:45:22 +0000
commit7994f49d436b6fc85dd6af135d877968e938da51 (patch)
tree04e64b68d901db269ddc912e48e3f7a0584f7a71 /src/or/rendservice.c
parenta8ddac96d873af8a226b4d7b2e32c364d954f26d (diff)
downloadtor-7994f49d436b6fc85dd6af135d877968e938da51.tar.gz
tor-7994f49d436b6fc85dd6af135d877968e938da51.zip
Fix bug in my changes to karsten's patch
svn:r16477
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 7a20b38089..d7befaadb5 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];