]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ah ha, that variable was static. not useless after all.
authorRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:44:23 +0000 (21:44 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:44:23 +0000 (21:44 +0000)
svn:r5604

src/or/routerlist.c

index 32cd515be89939d2cf08ca5fc875091d94bdc5af..04359f5e1e2effdd34c62f83b9f1bc9693891651 100644 (file)
@@ -3345,6 +3345,7 @@ router_have_minimum_dir_info(void)
         "enough to build circuits.%s",
         any_running ? "" : " (All servers seem down -- network down?)");
   }
+  have_enough = res;
   return res;
 }