Explorar o código

Fix bug in my changes to karsten's patch

svn:r16477
Nick Mathewson %!s(int64=17) %!d(string=hai) anos
pai
achega
7994f49d43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/rendservice.c

+ 1 - 1
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];