fix usage of system iptables
This commit is contained in:
parent
40233543d3
commit
639bc3241e
|
@ -79,12 +79,6 @@ public class TorTransProxy implements TorServiceConstants {
|
|||
}
|
||||
|
||||
private String findSystemIPTables ()
|
||||
{
|
||||
if (mSysIptables != null)
|
||||
{
|
||||
return mSysIptables;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
//if the user wants us to use the built-in iptables, then we have to find it
|
||||
|
@ -100,7 +94,6 @@ public class TorTransProxy implements TorServiceConstants {
|
|||
if (fileIpt.exists())
|
||||
mSysIptables = fileIpt.getAbsolutePath();
|
||||
}
|
||||
}
|
||||
|
||||
return mSysIptables;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue