diff options
Diffstat (limited to 'config')
-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; |