You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by bl...@apache.org on 2013/05/14 19:52:15 UTC

svn commit: r1482492 - in /subversion/branches/1.8.x-r1469519-and-friends: ./ subversion/libsvn_fs_fs/tree.c

Author: blair
Date: Tue May 14 17:52:14 2013
New Revision: 1482492

URL: http://svn.apache.org/r1482492
Log:
On the 1.8.x-r1469519-and-friends branch: merge r1469520 from trunk.

Modified:
    subversion/branches/1.8.x-r1469519-and-friends/   (props changed)
    subversion/branches/1.8.x-r1469519-and-friends/subversion/libsvn_fs_fs/tree.c

Propchange: subversion/branches/1.8.x-r1469519-and-friends/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1469520

Modified: subversion/branches/1.8.x-r1469519-and-friends/subversion/libsvn_fs_fs/tree.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x-r1469519-and-friends/subversion/libsvn_fs_fs/tree.c?rev=1482492&r1=1482491&r2=1482492&view=diff
==============================================================================
--- subversion/branches/1.8.x-r1469519-and-friends/subversion/libsvn_fs_fs/tree.c (original)
+++ subversion/branches/1.8.x-r1469519-and-friends/subversion/libsvn_fs_fs/tree.c Tue May 14 17:52:14 2013
@@ -913,7 +913,7 @@ open_path(parent_path_t **parent_path_p,
      a sibling of PATH has been presently accessed.  Try to start the lookup
      directly at the parent node, if the caller did not requested the full
      parent chain. */
-  const char *directory;
+  const char *directory = NULL;
   assert(svn_fs__is_canonical_abspath(path));
   if (flags & open_path_node_only)
     {