From cd702575311a4f7fcca21579e60560d61b48bb6f Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sun, 26 Sep 2021 12:46:06 +0000 Subject: [PATCH] Clarify where the element can be obtained. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893644 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/mod_dav.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h index dd54499bf87..5979ffb2a47 100644 --- a/modules/dav/main/mod_dav.h +++ b/modules/dav/main/mod_dav.h @@ -917,9 +917,9 @@ struct dav_hooks_liveprop ** and property elements that need to be taken into account when ** generating a property. The document element and property element ** are made available in the dav_liveprop_elem structure under the - ** DAV_PROP_ELEMENT key in the resource pool, accessible as follows: + ** resource, accessible as follows: ** - ** apr_pool_userdata_get(&elem, DAV_PROP_ELEMENT, resource->pool); + ** dav_get_liveprop_element(resource); ** ** Returns one of DAV_PROP_INSERT_* based on what happened. ** -- 2.47.3