]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix build breakage introduced by the backport
authorRainer Jung <rjung@apache.org>
Thu, 27 Jun 2013 05:12:02 +0000 (05:12 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 27 Jun 2013 05:12:02 +0000 (05:12 +0000)
in r1497101.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497212 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index 0e4bfc1894ff377951016498e09e5994c5316972..9bbd63297adcc66535f47849842849485b84b861 100644 (file)
@@ -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)));