aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sandbox
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-13 17:02:15 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-14 16:12:29 -0500
commiteaff47352a1ef607f6d97e9b35bd6d5eefdfcb26 (patch)
tree32aa0aa22fd6b7aa2f3ae158c0de24d2ff63c490 /src/lib/sandbox
parente420154ce77d9169bc72c373bfc7e29cb7245723 (diff)
downloadtor-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.c5
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) */