Commit 1796ec03 authored by Graham Leggett's avatar Graham Leggett
Browse files

Ensure variable is initialised before use.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134132 13f79535-47bb-0310-9956-ffa450edef68
parent a506ad53
Loading
Loading
Loading
Loading
+1 −1
Changes for modules/filters/mod_data.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static apr_status_t data_out_filter(ap_filter_t *f, apr_bucket_brigade *bb)
    /* first time in? create a context */
    if (!ctx) {
        char *type;
        char *charset;
        char *charset = NULL;
        char *end;
        const char *content_length;