Skip to content
Snippets Groups Projects
Commit fc35ee49 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

oops; add a missing semicolon

parent 5f29bc71
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment