aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
Diffstat (limited to 'src/or')
-rw-r--r--src/or/entrynodes.c2
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;
}
}