[tor/master] oops; add a missing semicolon

11 Feb
2013
11 Feb
'13
9:22 p.m.
commit fc35ee4910326dc1ae718482b30e57666a71df85 Author: Nick Mathewson <nickm@torproject.org> Date: Mon Feb 11 16:17:33 2013 -0500 oops; add a missing semicolon --- 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 899246f..4492ed2 100644 --- a/src/or/router.c +++ b/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)
4517
Age (days ago)
4517
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org