From e59953342fc399c119766363a3815f7335b07951 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 10 Aug 2011 09:10:15 -0400 Subject: 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 --- config/siproxd.inc | 3 --- 1 file changed, 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; -- cgit v1.2.3