From: Graham Leggett Date: Sun, 26 Sep 2021 12:46:06 +0000 (+0000) Subject: Clarify where the element can be obtained. X-Git-Tag: 2.5.0-alpha2-ci-test-only~778 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd702575311a4f7fcca21579e60560d61b48bb6f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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. **