oops; add a missing semicolon

This commit is contained in:
Nick Mathewson 2013-02-11 16:17:33 -05:00
parent 5f29bc71b3
commit fc35ee4910

View File

@ -1944,7 +1944,7 @@ router_rebuild_descriptor(int force)
sending them on an unencrypted connection, don't allow them to try. */ sending them on an unencrypted connection, don't allow them to try. */
ri->cache_info.send_unencrypted = 0; ri->cache_info.send_unencrypted = 0;
if (ei) if (ei)
ei->cache_info.send_unencrypted = 0 ei->cache_info.send_unencrypted = 0;
} else { } else {
ri->cache_info.send_unencrypted = 1; ri->cache_info.send_unencrypted = 1;
if (ei) if (ei)