/[Apache-SVN]
ViewVC logotype

Revision 1501371


Jump to revision: Previous Next
Author: danielsh
Date: Tue Jul 9 16:41:22 2013 UTC (10 years, 9 months ago)
Changed paths: 1
Log Message:
[ Reverted in r1515085. ]

Fix bug in r1501049.

Found by: rhuijben

* subversion/libsvn_ra_serf/util_error.c
  (svn_ra_serf__wrap_err): Wrap ERR later since the incumbent pointer value is
    needed to set its ->message member correctly; it was set to "APR does not
    understand this error code"  at line
    54:  err = svn_error_create(status, NULL, NULL);
    because STATUS was neither a Subversion error code nor an APR one, and is
    being overriden in lines 89:96.


Changed paths

Path Details
Directorysubversion/trunk/subversion/libsvn_ra_serf/util_error.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26