Author: pburba
Date: Tue Aug 28 17:52:20 2012
New Revision: 1378246
URL: http://svn.apache.org/viewvc?rev=1378246&view=rev
Log:
On the inheritable-props branch: Remove a "TODO" comment, it was already
done.
* subversion/mod_dav_svn/reports/inherited-props.c
(dav_svn__get_inherited_props_report): Authz checks were implemented in
r1325559.
Modified:
subversion/branches/inheritable-props/subversion/mod_dav_svn/reports/inherited-props.c
Modified:
subversion/branches/inheritable-props/subversion/mod_dav_svn/reports/inherited-props.c
URL:
http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/mod_dav_svn/reports/inherited-props.c?rev=1378246&r1=1378245&r2=1378246&view=diff
==============================================================================
---
subversion/branches/inheritable-props/subversion/mod_dav_svn/reports/inherited-props.c
(original)
+++
subversion/branches/inheritable-props/subversion/mod_dav_svn/reports/inherited-props.c
Tue Aug 28 17:52:20 2012
@@ -49,7 +49,6 @@ dav_svn__get_inherited_props_report(cons
const apr_xml_doc *doc,
ap_filter_t *output)
{
- /* ### IPROPS TODO: Authz */
svn_error_t *serr;
dav_error *derr = NULL;
apr_xml_elem *child;