From: Nick Mathewson Date: Mon, 11 Feb 2013 21:17:33 +0000 (-0500) Subject: oops; add a missing semicolon X-Git-Tag: tor-0.2.4.11-alpha~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e0ce4c578127d6479604280430db3d40f125cd6;p=thirdparty%2Ftor.git oops; add a missing semicolon (Cherry-picked from fc35ee4910326dc1ae718482b30e57666a71df85) --- diff --git a/src/or/router.c b/src/or/router.c index 350666da1a..1ace8e2492 100644 --- a/src/or/router.c +++ b/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)