You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/12/02 16:51:29 UTC

svn commit: r1717653 - /subversion/branches/ra-git/subversion/libsvn_ra/ra_loader.c

Author: rhuijben
Date: Wed Dec  2 15:51:29 2015
New Revision: 1717653

URL: http://svn.apache.org/viewvc?rev=1717653&view=rev
Log:
On the git-ra branch: Check the right variable to fix handling certain
schemes with ra_git.

* subversion/libsvn_ra/ra_loader.c
  (ra_libraries): Check the right variable.

Modified:
    subversion/branches/ra-git/subversion/libsvn_ra/ra_loader.c

Modified: subversion/branches/ra-git/subversion/libsvn_ra/ra_loader.c
URL: http://svn.apache.org/viewvc/subversion/branches/ra-git/subversion/libsvn_ra/ra_loader.c?rev=1717653&r1=1717652&r2=1717653&view=diff
==============================================================================
--- subversion/branches/ra-git/subversion/libsvn_ra/ra_loader.c (original)
+++ subversion/branches/ra-git/subversion/libsvn_ra/ra_loader.c Wed Dec  2 15:51:29 2015
@@ -107,7 +107,7 @@ static const struct ra_lib_defn {
   {
     "git",
     git_schemes,
-#ifdef SVN_LIBSVN_CLIENT_LINKS_RA_GIT
+#ifdef SVN_LIBSVN_RA_LINKS_RA_GIT
     svn_ra_git__init,
     svn_ra_git__deprecated_init,
 #endif