You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/05/01 04:31:30 UTC

svn commit: r1098211 - /subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c

Author: hwright
Date: Sun May  1 02:31:30 2011
New Revision: 1098211

URL: http://svn.apache.org/viewvc?rev=1098211&view=rev
Log:
* subversion/mod_dav_svn/reports/get-location-segments.c
  (dav_svn__get_location_segments_report): Initialize a variable which is
    only conditionally set later on in this function.

Modified:
    subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c

Modified: subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c?rev=1098211&r1=1098210&r2=1098211&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/get-location-segments.c Sun May  1 02:31:30 2011
@@ -115,7 +115,7 @@ dav_svn__get_location_segments_report(co
   apr_bucket_brigade *bb;
   int ns;
   apr_xml_elem *child;
-  const char *abs_path;
+  const char *abs_path = NULL;
   svn_revnum_t peg_revision = SVN_INVALID_REVNUM;
   svn_revnum_t start_rev = SVN_INVALID_REVNUM;
   svn_revnum_t end_rev = SVN_INVALID_REVNUM;