diff options
author | jim-p <jimp@pfsense.org> | 2011-08-10 09:10:15 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-08-10 09:12:37 -0400 |
commit | e59953342fc399c119766363a3815f7335b07951 (patch) | |
tree | 0ba4f5166f0e274d78e8f7b5dbcac2521a1f7bec | |
parent | 7757b8de6deea0db6a75cb60cd41745aecacba36 (diff) | |
download | pfsense-packages-e59953342fc399c119766363a3815f7335b07951.tar.gz pfsense-packages-e59953342fc399c119766363a3815f7335b07951.tar.bz2 pfsense-packages-e59953342fc399c119766363a3815f7335b07951.zip |
Remove siproxd_generate_rules default case error logging. There isn't really a reason to alert that it was called in a way that wouldn't really do anything (goor or bad). Fixes #1766
-rw-r--r-- | config/siproxd.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/siproxd.inc b/config/siproxd.inc index 8e74143e..f0ec9f94 100644 --- a/config/siproxd.inc +++ b/config/siproxd.inc @@ -84,9 +84,6 @@ function siproxd_generate_rules($type) { } } break; - default: - log_error("Siproxd.inc -- error -- should not hit default case statement."); - break; } return $rules; |