]> granicus.if.org Git - apache/commitdiff
oops. removed a space too much
authorAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 16:01:24 +0000 (16:01 +0000)
committerAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 16:01:24 +0000 (16:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105503 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_filter.c

index 0aaafa7bbfbcc9dcdbdde63d37ce36eb2374784c..1deb311baf11fadacbf00e8a06bce25ae1122626 100644 (file)
@@ -311,7 +311,7 @@ static apr_status_t filter_harness(ap_filter_t *f, apr_bucket_brigade *bb)
 static const char *filter_protocol(cmd_parms *cmd, void *CFG, const char *fname,
                                    const char *pname, const char *proto)
 {
-    static const char *sep = ";,\t";
+    static const char *sep = ";, \t";
     char *arg;
     char *tok = 0;
     unsigned int flags = 0;