From: André Malo Date: Sun, 17 Oct 2004 14:03:09 +0000 (+0000) Subject: style X-Git-Tag: 2.1.1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2002ed3e337c6044d6f9e98c3019d31943b1261;p=thirdparty%2Fapache%2Fhttpd.git style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105497 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_filter.c b/modules/experimental/mod_filter.c index 9704c56be51..291a831e06d 100644 --- a/modules/experimental/mod_filter.c +++ b/modules/experimental/mod_filter.c @@ -60,6 +60,7 @@ static void filter_trace(apr_pool_t *pool, int debug, const char *fname, apr_bucket_brigade *bb) { apr_bucket *b; + switch (debug) { case 0: /* normal, operational use */ return;