From cad4023a1b49ca3b7728566eee931b6abea289ac Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 11 Apr 2008 13:53:42 +1200 Subject: [PATCH] Typo. --- src/tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.cc b/src/tools.cc index 72a975a7fd..ea21c8e27c 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1264,7 +1264,7 @@ restoreCapabilities(int keep) cap->inheritable = 0; cap->effective = (1 << CAP_NET_BIND_SERVICE); - if(IPIntercept.TransparentActive()) { + if(IPInterceptor.TransparentActive()) { cap->effective |= (1 << CAP_NET_ADMIN); #if LINUX_TPROXY2 cap->effective |= (1 << CAP_NET_BROADCAST); -- 2.47.2