[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r16477: {tor} Fix bug in my changes to karsten's patch (tor/trunk/src/or)



Author: nickm
Date: 2008-08-08 12:45:22 -0400 (Fri, 08 Aug 2008)
New Revision: 16477

Modified:
   tor/trunk/src/or/rendservice.c
Log:
Fix bug in my changes to karsten's patch

Modified: tor/trunk/src/or/rendservice.c
===================================================================
--- tor/trunk/src/or/rendservice.c	2008-08-08 16:41:59 UTC (rev 16476)
+++ tor/trunk/src/or/rendservice.c	2008-08-08 16:45:22 UTC (rev 16477)
@@ -534,7 +534,7 @@
 int
 rend_service_load_keys(void)
 {
-  int r;
+  int r = 0;
   char fname[512];
   char buf[1500];