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

Re: svn commit: r31515 - trunk/subversion/libsvn_subr

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Sat, 31 May 2008 17:43:46 +0200

2008-05-30 12:26:18 Senthil Kumaran S napisaƂ(a):
> Hi Arfrever,
>
> arfrever_at_tigris.org wrote:
> > +#ifdef SVN_HAVE_GNOME_KEYRING
> > if (get_auth_simple_provider(&provider, "gnome_keyring", pool))
> > {
> > APR_ARRAY_PUSH(providers, svn_auth_provider_object_t *) = provider;
>
> This line is not 80 column aligned.
>
> > }
> > +#endif
> > continue;
> > }
> > -#endif
> > -#ifdef SVN_HAVE_KWALLET
> > +
> > if (apr_strnatcmp(password_store, "kwallet") == 0)
> > {
> > +#ifdef SVN_HAVE_KWALLET
> > if (get_auth_simple_provider(&provider, "kwallet", pool))
> > {
> > APR_ARRAY_PUSH(providers, svn_auth_provider_object_t *) = provider;
>
> Same here.

Fixed in r31543.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-05-31 17:48:09 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.