Commit 5e0ce4c5 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

oops; add a missing semicolon

(Cherry-picked from fc35ee49)
parent e3578d52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)