This commit is contained in:
zzz
2008-11-16 19:12:58 +00:00
parent b4d299804b
commit 9ae589449d

View File

@ -499,7 +499,7 @@ class BuildHandler {
}
if (response == 0 && (isInGW || isOutEnd) &&
Boolean.valueOf(_context.getProperty(PROP_REJECT_NONPARTICIPANT))) {
Boolean.valueOf(_context.getProperty(PROP_REJECT_NONPARTICIPANT)).booleanValue()) {
response = TunnelHistory.TUNNEL_REJECT_BANDWIDTH;
}