diff options
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index f28f31b1df..362af6b64d 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -127,7 +127,7 @@ dirserv_router_fingerprint_is_known(const routerinfo_t *router) break; } } - + if (!ent) { /* No such server known */ log_fn(LOG_INFO,"no fingerprint found for %s",router->nickname); return 0; |