From: Nick Mathewson Date: Fri, 17 Jan 2014 17:41:56 +0000 (-0500) Subject: whitespace fixes X-Git-Tag: tor-0.2.5.2-alpha~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9be105f94badd2a9ab1674b3c2b427df33426ecd;p=thirdparty%2Ftor.git whitespace fixes --- diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 0b67b18973..dec6bfeea5 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -411,7 +411,6 @@ sb_socket(scmp_filter_ctx ctx, sandbox_cfg_t *filter) if (rc) return rc; - rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(socket), 3, SCMP_CMP(0, SCMP_CMP_EQ, PF_INET), SCMP_CMP(1, SCMP_CMP_EQ, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK), diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index d5969aef9e..4ca926e381 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2089,7 +2089,6 @@ connection_ap_handshake_socks_resolved_addr(entry_connection_t *conn, } } - /** Send an answer to an AP connection that has requested a DNS lookup via * SOCKS. The type should be one of RESOLVED_TYPE_(IPV4|IPV6|HOSTNAME) or -1 * for unreachable; the answer should be in the format specified in the socks