[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1826907 - /subversion/trunk/subversion/libsvn_fs_fs/cached_data.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 16 Mar 2018 08:53:49 +0000

philip_at_apache.org wrote on Fri, 16 Mar 2018 00:00 +0000:
> Fix issue 4727 which is a bug in the fix for issue 4725.
>
> * subversion/libsvn_fs_fs/cached_data.c
> (cache_windows): Move auto_read_diff_version() call before the loop.

> +++ subversion/trunk/subversion/libsvn_fs_fs/cached_data.c
> @@ -3270,6 +3270,9 @@ cache_windows(svn_fs_t *fs,
> + auto_read_diff_version(rs, iterpool);

Missing SVN_ERR() around this function call.
Received on 2018-03-16 09:53:59 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.