remove reference to fascistFirewall

svn:r21828
This commit is contained in:
Jacob Appelbaum 2010-03-06 04:50:18 +00:00
parent 44845e2429
commit 33b6b2c23c
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ public class Orbot extends Activity implements OnClickListener, TorConstants, On
try
{
if (becomeRelay && (!useBridges) && (!fascistFirewall))
if (becomeRelay && (!useBridges) && (!ReachableAddresses))
{
int ORPort = Integer.parseInt(prefs.getString(PREF_OR_PORT, "9001"));
String nickname = prefs.getString(PREF_OR_NICKNAME, "Orbot");