You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2021/09/26 12:46:06 UTC

svn commit: r1893644 - /httpd/httpd/trunk/modules/dav/main/mod_dav.h

Author: minfrin
Date: Sun Sep 26 12:46:06 2021
New Revision: 1893644

URL: http://svn.apache.org/viewvc?rev=1893644&view=rev
Log:
Clarify where the element can be obtained.

Modified:
    httpd/httpd/trunk/modules/dav/main/mod_dav.h

Modified: httpd/httpd/trunk/modules/dav/main/mod_dav.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/dav/main/mod_dav.h?rev=1893644&r1=1893643&r2=1893644&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/dav/main/mod_dav.h (original)
+++ httpd/httpd/trunk/modules/dav/main/mod_dav.h Sun Sep 26 12:46:06 2021
@@ -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.
     **