aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sandbox/sandbox.c
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-07-03 14:27:57 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2018-07-03 15:53:39 +0300
commit439b528f25e29b572a7bd04bc1d5fcaee68f5796 (patch)
treee11e29d8a17dcac8ba634052904b42b90d69023d /src/lib/sandbox/sandbox.c
parenta9628c0c0b2cc5c0286c4e49591b3b18dc054e87 (diff)
downloadtor-439b528f25e29b572a7bd04bc1d5fcaee68f5796.tar.gz
tor-439b528f25e29b572a7bd04bc1d5fcaee68f5796.zip
Rename sandbox_getaddrinfo() et. al.
Diffstat (limited to 'src/lib/sandbox/sandbox.c')
-rw-r--r--src/lib/sandbox/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c
index e49cbd863a..25dd6d1c26 100644
--- a/src/lib/sandbox/sandbox.c
+++ b/src/lib/sandbox/sandbox.c
@@ -1552,7 +1552,7 @@ install_syscall_filter(sandbox_cfg_t* cfg)
// marking the sandbox as active
sandbox_active = 1;
- sandbox_make_getaddrinfo_cache_active();
+ tor_make_getaddrinfo_cache_active();
end:
seccomp_release(ctx);