diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 816cfadf3..ccd7dc123 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -2289,7 +2289,8 @@ hex_digest_nickname_matches(const char *hexdigest, const char *identity_digest, return !memcmp(digest, identity_digest, DIGEST_LEN); } -/* Return true iff <b>router</b> is listed as named in the current consensus. */ +/* Return true iff <b>router</b> is listed as named in the current + * consensus. */ static int router_is_named(const routerinfo_t *router) { |