]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
oops; add a missing semicolon
authorNick Mathewson <nickm@torproject.org>
Mon, 11 Feb 2013 21:17:33 +0000 (16:17 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 11 Feb 2013 21:17:33 +0000 (16:17 -0500)
src/or/router.c

index 899246f85e890c9aa30a4b167cd312650142c447..4492ed271fc7c8a0ea9aa814dd50e39dfd697bc7 100644 (file)
@@ -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)