diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 350666da1..1ace8e249 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1704,7 +1704,7 @@ router_rebuild_descriptor(int force) sending them on an unencrypted connection, don't allow them to try. */ ri->cache_info.send_unencrypted = 0; if (ei) - ei->cache_info.send_unencrypted = 0 + ei->cache_info.send_unencrypted = 0; } else { ri->cache_info.send_unencrypted = 1; if (ei) |