Merge branch 'fixiptables' of https://github.com/Unpublished/orbot into Unpublished-fixiptables
This commit is contained in:
commit
970710d03c
|
@ -102,12 +102,6 @@ public class TorTransProxy implements TorServiceConstants {
|
||||||
}
|
}
|
||||||
|
|
||||||
private String findSystemIPTables ()
|
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
|
//if the user wants us to use the built-in iptables, then we have to find it
|
||||||
|
@ -123,7 +117,6 @@ public class TorTransProxy implements TorServiceConstants {
|
||||||
if (fileIpt.exists())
|
if (fileIpt.exists())
|
||||||
mSysIptables = fileIpt.getAbsolutePath();
|
mSysIptables = fileIpt.getAbsolutePath();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return mSysIptables;
|
return mSysIptables;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue