Commit 9498062d authored by Jean-Frederic Clere's avatar Jean-Frederic Clere
Browse files

C++ comments are not supported by some compilers (ReliantUnix).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@326058 13f79535-47bb-0310-9956-ffa450edef68
parent d1f09fc7
Loading
Loading
Loading
Loading
+1 −1
Changes for modules/metadata/mod_setenvif.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ static const char *add_setenvif_core(cmd_parms *cmd, void *mconfig,
            /* Syntax check and extraction of the OID as a regex: */
            new->pnamereg = ap_pregcomp(cmd->pool,
                                        "^oid\\(\"?([0-9.]+)\"?\\)$",
                                        (AP_REG_EXTENDED // | AP_REG_NOSUB
                                        (AP_REG_EXTENDED /* | AP_REG_NOSUB */
                                         | AP_REG_ICASE));
            /* this can never happen, as long as pcre works:
              if (new->pnamereg == NULL)