Project

General

Profile

Actions

Bug #661

closed

error in commit 2f92b34db07b57ad7d4232dc2a30f8785a907186

Added by Mike Stupalov almost 14 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Ermal Luçi
Category:
Interfaces
Target version:
Start date:
06/15/2010
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

Description

http://redmine.pfsense.org/projects/pfsense/repository/revisions/2f92b34db07b57ad7d4232dc2a30f8785a907186

line 398:

--- gwlb.inc.orig    2010-06-15 17:09:47.000000000 +0400
+++ gwlb.inc    2010-06-15 16:57:06.000000000 +0400
@@ -395,7 +395,7 @@
                         } else {
                             $tiers[$tier][] = $gwname;
                         }
-                    } elseif ($status['status'] == "none")) {
+                    } elseif (stristr($status['status'] == "none")) {
                         /* Online add member */
                         $tiers[$tier][] = $gwname;
                     }

Actions

Also available in: Atom PDF