Explorar o código

oops; add a missing semicolon

(Cherry-picked from fc35ee4910326dc1ae718482b30e57666a71df85)
Nick Mathewson %!s(int64=12) %!d(string=hai) anos
pai
achega
5e0ce4c578
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/router.c

+ 1 - 1
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)