mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
make the os x tiger compiler shut up
it's wrong, but that's our problem not its problem
This commit is contained in:
parent
937607056b
commit
7d832cc988
@ -3202,7 +3202,7 @@ entry_guards_compute_status(void)
|
|||||||
if (changed) {
|
if (changed) {
|
||||||
SMARTLIST_FOREACH_BEGIN(entry_guards, entry_guard_t *, entry) {
|
SMARTLIST_FOREACH_BEGIN(entry_guards, entry_guard_t *, entry) {
|
||||||
const char *reason = digestmap_get(reasons, entry->identity);
|
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);
|
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.",
|
log_info(LD_CIRC, "Summary: Entry '%s' is %s, %s%s%s, and %s%s.",
|
||||||
entry->nickname,
|
entry->nickname,
|
||||||
|
Loading…
Reference in New Issue
Block a user