summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-10-17 17:54:01 +0000
committerYann Ylavic <ylavic@apache.org>2022-10-17 17:54:01 +0000
commitac14c53501a90fc61ad19ded358d7ec20885aa5c (patch)
tree8c6b707c47567ad756718d7eb57843b0d0a2b30e /modules
parent469bd071a47a79f5dd899979c1856b494922b2bf (diff)
downloadhttpd-ac14c53501a90fc61ad19ded358d7ec20885aa5c.tar.gz
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
Diffstat (limited to 'modules')
-rw-r--r--modules/dav/main/mod_dav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dav/main/mod_dav.c b/modules/dav/main/mod_dav.c
index 30ed95199e..be63f3a5b7 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 {