[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: <epg_at_google.com>
Date: Thu, 22 May 2008 12:33:17 -0700

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;
> }
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>

---------------------------------------------------------------------
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:33:42 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.