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

Re: svn commit: r17182 - in trunk/subversion: clients/cmdline include libsvn_client

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-11-06 17:11:38 CET

On 11/6/05, Kouhei Sutou <kou@cozmixng.org> wrote:
> > --- (empty file)
> > +++ trunk/subversion/libsvn_client/compat_providers.c Thu Nov 3 17:15:50 2005
>
> > +void svn_client_get_username_provider (svn_auth_provider_object_t **provider,
> > + apr_pool_t *pool)
> > +{
> > + svn_client_get_username_provider (provider, pool);
> > +}
>
> This causes infinite loop. I think the following is correct:
>
> svn_auth_get_username_provider (provider, pool);

Oops, you are of course correct. I'm not on a machine I can commit
from right now, but I'll fix this later tonight if nobody else beats
me to it.

Thanks,

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 6 17:12:50 2005

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.