Merge branch 'trove-2017-012_030' into maint-0.3.0

This commit is contained in:
Nick Mathewson
2017-11-30 12:07:43 -05:00
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -740,7 +740,8 @@ node_is_possible_guard(const node_t *node)
node->is_stable &&
node->is_fast &&
node->is_valid &&
node_is_dir(node));
node_is_dir(node) &&
!router_digest_is_me(node->identity));
}
/**