Commit 2f4373d0 authored by Paul J. Reder's avatar Paul J. Reder
Browse files

Fix a minor issue with Jeff Trawick's mod_include
patch. Without this patch, the code will just allocate
more bytes in get_combined_directive than are needed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90329 13f79535-47bb-0310-9956-ffa450edef68
parent 76da5b57
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Changes with Apache 2.0.25-dev

  *) Fix a minor issue with Jeff Trawick's mod_include
     patch. Without this patch, the code will just allocate
     more bytes in get_combined_directive than are needed.

  *) Added the LDAP authentication module mod_auth_ldap.
     [Dave Carrigan <dave@rudedog.org>, Graham Leggett]

+1 −0
Original line number Diff line number Diff line
@@ -275,6 +275,7 @@ static apr_bucket *find_end_sequence(apr_bucket *dptr, include_ctx_t *ctx, apr_b
                if (ctx->state == PARSE_DIRECTIVE) {
                    /* gonna start over parsing the directive next time through */
                    ctx->directive_length = 0;
                    ctx->tag_length       = 0;
                }
                return dptr;
            }