]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify where the element can be obtained.
authorGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 12:46:06 +0000 (12:46 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 12:46:06 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893644 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.h

index dd54499bf872d371f72a3d098eb2b12466d5c6ed..5979ffb2a47e565aba3bcd420ef239754b9a3bbb 100644 (file)
@@ -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.
     **