Author: cmpilato
Date: Wed Apr 3 18:03:54 2013
New Revision: 1464132
URL: http://svn.apache.org/r1464132
Log:
* subversion/libsvn_repos/repos.h
(svn_repos__parse_hooks_env): Note that if the input path is NULL,
the out parameter will also be set to NULL.
Suggested by: danielsh
Modified:
subversion/trunk/subversion/libsvn_repos/repos.h
Modified: subversion/trunk/subversion/libsvn_repos/repos.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/repos.h?rev=1464132&r1=1464131&r2=1464132&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/repos.h (original)
+++ subversion/trunk/subversion/libsvn_repos/repos.h Wed Apr 3 18:03:54 2013
@@ -164,7 +164,8 @@ struct svn_repos_t
/* Set *HOOKS_ENV_P to the parsed contents of the hooks-env file
LOCAL_ABSPATH, allocated in RESULT_POOL. (This result is suitable
for delivery to the various hook wrapper functions which accept a
- 'hooks_env' parameter.)
+ 'hooks_env' parameter.) If LOCAL_ABSPATH is NULL, set *HOOKS_ENV_P
+ to NULL.
Use SCRATCH_POOL for temporary allocations. */
svn_error_t *