diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-12-23 10:53:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-23 10:53:40 -0500 |
commit | d151a069e9a35788874d8aead3e6720a8924e9b5 (patch) | |
tree | c151094cd2e3a4303f0c562492c1ab8d1691c221 /src/common/sandbox.c | |
parent | cca6ed80bf6814386e3d1640c1849eb20f18b34f (diff) | |
download | tor-d151a069e9a35788874d8aead3e6720a8924e9b5.tar.gz tor-d151a069e9a35788874d8aead3e6720a8924e9b5.zip |
tweak whitespace; log bad socket family if bug occurs
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 82117cb2ba..b1c2a09f14 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -68,7 +68,6 @@ #include <linux/netfilter_ipv6/ip6_tables.h> #endif - #if defined(HAVE_EXECINFO_H) && defined(HAVE_BACKTRACE) && \ defined(HAVE_BACKTRACE_SYMBOLS_FD) && defined(HAVE_SIGACTION) #define USE_BACKTRACE |