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

Re: svn commit: r31368 - trunk/subversion/libsvn_ra_serf

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Thu, 22 May 2008 21:55:00 +0200

epg_at_google.com wrote:
> lgo_at_tigris.org writes:
>
>> - SVN_ERR(svn_ra_serf__error_on_status(prop_ctx->status_code, prop_ctx->path
>> ));
>> + err2 = svn_ra_serf__error_on_status(prop_ctx->status_code, prop_ctx->path)
>> ;
>> + if (err2)
>> + {
>> + svn_error_clear(err);
>> + SVN_ERR(err2);
>
> How about just 'return err2' here?
>
>> + }
>>
>> return err;
>> }
>>

r31371.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-22 21:55:19 CEST

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.