[tor-commits] [tor/master] Remove an XXXprop271 comment: turns out we didn't need a tristate
nickm at torproject.org
nickm at torproject.org
Thu Feb 9 15:31:28 UTC 2017
commit 3919f4f52953c597660a28031e09401aa92b5632
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Feb 9 10:30:20 2017 -0500
Remove an XXXprop271 comment: turns out we didn't need a tristate
---
src/or/entrynodes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index 891c189..519ab7d 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -2046,7 +2046,7 @@ entry_guard_has_higher_priority(entry_guard_t *a, entry_guard_t *b)
return 0;
/* Neither is pending: priorities are equal. */
- return 0; // XXXX prop271 return a tristate instead?
+ return 0;
}
}
More information about the tor-commits
mailing list