]> 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>
Tue, 12 Feb 2013 15:51:20 +0000 (10:51 -0500)
(Cherry-picked from fc35ee4910326dc1ae718482b30e57666a71df85)

src/or/router.c

index 350666da1a4ed3d26244199ee5cfdf298b8ed128..1ace8e249216a8b623f04d26a5c0d3ad618f48b8 100644 (file)
@@ -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)