Fix a spurious test where a condition is always true:
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 20 Sep 2015 06:35:37 +0000 (06:35 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 20 Sep 2015 06:35:37 +0000 (06:35 +0000)
commita5a367921ce3335d7c7450766546a2471da52b34
tree0257fc2163f3769893505d6a3b5d7883a8016cc4
parent23ad069926b8bb4f8d457adc92510b850bc79655
Fix a spurious test where a condition is always true:
      if ((cfg->skipto != NULL) && (ctx->flags | ENC_SKIPTO)) {
                                    ^^^^^^^^^^^^^^^^^^^^^^^

This is apparently harmless because, in 'xml2enc_filter_init', the ENC_SKIPTO bit of 'flags' is set to ENC_SKIPTO if 'skipto' is non-NULL.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704099 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_xml2enc.c