Преглед изворни кода

Initialize rate_limited to false in directory_get_from_hs_dir()

Neel Chauhan пре 7 година
родитељ
комит
144bc5026e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/feature/rend/rendclient.c

+ 1 - 1
src/feature/rend/rendclient.c

@@ -469,7 +469,7 @@ directory_get_from_hs_dir(const char *desc_id,
 
 
   /* Automatically pick an hs dir if none given. */
   /* Automatically pick an hs dir if none given. */
   if (!rs_hsdir) {
   if (!rs_hsdir) {
-    bool rate_limited;
+    bool rate_limited = false;
 
 
     /* Determine responsible dirs. Even if we can't get all we want, work with
     /* Determine responsible dirs. Even if we can't get all we want, work with
      * the ones we have. If it's empty, we'll notice in hs_pick_hsdir(). */
      * the ones we have. If it's empty, we'll notice in hs_pick_hsdir(). */