Actions
Bug #1766
closedMinor bug - siproxd prints out error message when siproxd_generate_rules called with "pfearly"
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
08/10/2011
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
I have pfSense 2.0 with siproxd and noticed the following in the system log when siproxd start up is processed:
php: : Siproxd.inc -- error -- should not hit default case statement.
This comes from siproxd_generate_rules in siproxd.inc. I changed the line in question to print out $type and see that it's pfearly that it's being called with. My guess is the fix is to either change the case statement to not print out that line (like other packages) or else put a case statement in for 'pfearly' which just does a break.
Updated by Jim Pingle almost 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:e59953342fc399c119766363a3815f7335b07951.
Updated by Jim Pingle almost 13 years ago
- Status changed from Feedback to Resolved
Actions