From: Yann Ylavic Date: Mon, 17 Oct 2022 17:54:01 +0000 (+0000) Subject: mod_dav: Follow up to r1904638: Fix duplicated APLOGNO. X-Git-Tag: 2.5.0-alpha2-ci-test-only~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac14c53501a90fc61ad19ded358d7ec20885aa5c;p=thirdparty%2Fapache%2Fhttpd.git mod_dav: Follow up to r1904638: Fix duplicated APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904662 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/mod_dav.c b/modules/dav/main/mod_dav.c index 30ed95199e8..be63f3a5b7f 100644 --- a/modules/dav/main/mod_dav.c +++ b/modules/dav/main/mod_dav.c @@ -2102,7 +2102,7 @@ static dav_error * dav_propfind_walker(dav_walk_resource *wres, int calltype) const char *errstr = NULL; int eval = ap_expr_exec(ctx->r, conf->allow_lockdiscovery, &errstr); if (errstr) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, APLOGNO(00623) + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, APLOGNO(10403) "Failed to evaluate expression (%s) - ignoring", errstr); } else {