[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: Peter Samuelson <peter_at_p12n.org>
Date: Fri, 15 Aug 2008 14:46:16 -0500

[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);

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.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-08-15 21:46:37 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.