diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-09 10:30:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-09 10:30:20 -0500 |
commit | 3919f4f52953c597660a28031e09401aa92b5632 (patch) | |
tree | b1202594a64d53b1ba03092413a31060af3fc800 /src/or/entrynodes.c | |
parent | d15273e9f5ba7a5032e0b34164c262b1be2aee39 (diff) | |
download | tor-3919f4f52953c597660a28031e09401aa92b5632.tar.gz tor-3919f4f52953c597660a28031e09401aa92b5632.zip |
Remove an XXXprop271 comment: turns out we didn't need a tristate
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r-- | src/or/entrynodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index 891c189c56..519ab7d378 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; } } |