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

Re: svn commit: r32497 - trunk/subversion/libsvn_ra_neon

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Sun, 17 Aug 2008 09:42:12 -0400

Peter Samuelson <peter_at_p12n.org> writes:
> [kfogel_at_tigris.org]
>> +/* Initialize neon when not initialized before. */
>> +static svn_error_t *
>> +ensure_neon_initialized(void)
>> +{
>> + SVN_ERR(svn_atomic__init_once(&neon_initialized, initialize_neon, NULL));
>> + return SVN_NO_ERROR;
>> +}
>
> Am I missing something or should that be simplified to
>
> return svn_atomic__init_once(&neon_initialized, initialize_neon, NULL);

It should be, nice catch. Done in r32510.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-17 15:42:29 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.