Commit 4f234f0f authored by Eric Covener's avatar Eric Covener
Browse files

restore r = NULL; dropped by hand-merge.

Confirmed with Bill over email.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x-merge-http-strict@1777178 13f79535-47bb-0310-9956-ffa450edef68
parent 19984c48
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1274,6 +1274,7 @@ request_rec *ap_read_request(conn_rec *conn)
            return r;
            return r;
        default:
        default:
            apr_brigade_destroy(tmp_bb);
            apr_brigade_destroy(tmp_bb);
            r = NULL;
            return r;
            return r;
        }
        }
    }
    }