diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-13 17:02:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-14 16:12:29 -0500 |
commit | eaff47352a1ef607f6d97e9b35bd6d5eefdfcb26 (patch) | |
tree | 32aa0aa22fd6b7aa2f3ae158c0de24d2ff63c490 /src/lib/sandbox | |
parent | e420154ce77d9169bc72c373bfc7e29cb7245723 (diff) | |
download | tor-eaff47352a1ef607f6d97e9b35bd6d5eefdfcb26.tar.gz tor-eaff47352a1ef607f6d97e9b35bd6d5eefdfcb26.zip |
Make sure sandbox-related getaddrinfo() functions always exist.
Diffstat (limited to 'src/lib/sandbox')
-rw-r--r-- | src/lib/sandbox/sandbox.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c index 9477818553..ea738b273e 100644 --- a/src/lib/sandbox/sandbox.c +++ b/src/lib/sandbox/sandbox.c @@ -1798,9 +1798,4 @@ sandbox_is_active(void) return 0; } -void -sandbox_disable_getaddrinfo_cache(void) -{ -} - #endif /* !defined(USE_LIBSECCOMP) */ |