[tor-commits] [tor/master] oops; add a missing semicolon
nickm at torproject.org
nickm at torproject.org
Tue Feb 12 15:52:07 UTC 2013
commit 5e0ce4c578127d6479604280430db3d40f125cd6
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Feb 11 16:17:33 2013 -0500
oops; add a missing semicolon
(Cherry-picked from fc35ee4910326dc1ae718482b30e57666a71df85)
---
src/or/router.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/router.c b/src/or/router.c
index 350666d..1ace8e2 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)
More information about the tor-commits
mailing list