]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
make the os x tiger compiler shut up
authorRoger Dingledine <arma@torproject.org>
Mon, 21 Dec 2009 09:58:03 +0000 (04:58 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 21 Dec 2009 09:58:03 +0000 (04:58 -0500)
it's wrong, but that's our problem not its problem

src/or/circuitbuild.c

index 5acfb3eb9e737f132d3e39e6b0937aee1f84b9fd..7eafeb35e13ed0a6a3f9b38ee9a685b3b68008d9 100644 (file)
@@ -3202,7 +3202,7 @@ entry_guards_compute_status(void)
   if (changed) {
     SMARTLIST_FOREACH_BEGIN(entry_guards, entry_guard_t *, entry) {
       const char *reason = digestmap_get(reasons, entry->identity);
-      const char *live_msg;
+      const char *live_msg = "";
       routerinfo_t *r = entry_is_live(entry, 0, 1, 0, &live_msg);
       log_info(LD_CIRC, "Summary: Entry '%s' is %s, %s%s%s, and %s%s.",
                entry->nickname,