summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-12-21 04:58:03 -0500
committerRoger Dingledine <arma@torproject.org>2009-12-21 04:58:03 -0500
commit7d832cc988528dde24871b5725944ccb5d1c39ce (patch)
treeb9b8e189f9a64ca8ba0f7561ade3cc1fa94a58b9
parent937607056b53bbb3d6c94b57d930e144de8e7c8c (diff)
downloadtor-7d832cc988528dde24871b5725944ccb5d1c39ce.tar.gz
tor-7d832cc988528dde24871b5725944ccb5d1c39ce.zip
make the os x tiger compiler shut up
it's wrong, but that's our problem not its problem
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 5acfb3eb9e..7eafeb35e1 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -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,