You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2016/11/16 18:33:15 UTC

svn commit: r1770030 - /subversion/branches/authzperf/subversion/libsvn_repos/authz.c

Author: stefan2
Date: Wed Nov 16 18:33:15 2016
New Revision: 1770030

URL: http://svn.apache.org/viewvc?rev=1770030&view=rev
Log:
On the authzperf branch: Follow-up to r1769871.

* subversion/libsvn_repos/authz.c
  (authz_read): This function is now local/static.

Modified:
    subversion/branches/authzperf/subversion/libsvn_repos/authz.c

Modified: subversion/branches/authzperf/subversion/libsvn_repos/authz.c
URL: http://svn.apache.org/viewvc/subversion/branches/authzperf/subversion/libsvn_repos/authz.c?rev=1770030&r1=1770029&r2=1770030&view=diff
==============================================================================
--- subversion/branches/authzperf/subversion/libsvn_repos/authz.c (original)
+++ subversion/branches/authzperf/subversion/libsvn_repos/authz.c Wed Nov 16 18:33:15 2016
@@ -1549,7 +1549,7 @@ svn_repos__retrieve_config(svn_config_t
    SVN_AUTHZ_INVALID_CONFIG.  The contents of *AUTHZ_P is then
    undefined.  If MUST_EXIST is TRUE, a missing authz or global groups file
    is also an error. */
-svn_error_t *
+static svn_error_t *
 authz_read(authz_full_t **authz_p,
            const char *path,
            const char *groups_path,