[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Fix a wide line. "Tradition!"
commit 2b660f9781440e89a5b815c00ab9cbc13cff0cbd
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Fri Jul 15 17:53:13 2011 -0400
Fix a wide line. "Tradition!"
---
src/or/connection_edge.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 867bd7a..f2ddfc7 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -3199,7 +3199,7 @@ connection_ap_can_use_exit(edge_connection_t *conn, const node_t *exit)
tor_addr_from_in(&addr, &in);
addrp = &addr;
}
- r = compare_tor_addr_to_node_policy(addrp, conn->socks_request->port, exit);
+ r = compare_tor_addr_to_node_policy(addrp, conn->socks_request->port,exit);
if (r == ADDR_POLICY_REJECTED)
return 0; /* We know the address, and the exit policy rejects it. */
if (r == ADDR_POLICY_PROBABLY_REJECTED && !conn->chosen_exit_name)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits