mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
oops; add a missing semicolon
This commit is contained in:
parent
5f29bc71b3
commit
fc35ee4910
1 changed files with 1 additions and 1 deletions
|
@ -1944,7 +1944,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue