Commit aad0b4ce authored by Rainer Jung's avatar Rainer Jung
Browse files

Fix build breakage introduced by the backport

in r1497101.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497212 13f79535-47bb-0310-9956-ffa450edef68
parent ccc64a57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ static dav_error *dav_get_resource(request_rec *r, int label_allowed,
    conf = ap_get_module_config(r->per_dir_config, &dav_module);
    /* assert: conf->provider != NULL */
    if (conf->provider == NULL) {
        return dav_new_error(r->pool, HTTP_METHOD_NOT_ALLOWED, 0, 0,
        return dav_new_error(r->pool, HTTP_METHOD_NOT_ALLOWED, 0,
                             apr_psprintf(r->pool,
				          "DAV not enabled for %s",
					  ap_escape_html(r->pool, r->uri)));