Преглед на файлове

oops; add a missing semicolon

Nick Mathewson преди 12 години
родител
ревизия
fc35ee4910
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -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)