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

Re: CVS update: MODIFIED: libsvn_client ...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-08-24 22:31:34 CEST

kevin@tigris.org writes:

> /* 3. From the user directly, by prompting */
> char *answer;
> SVN_ERR (auth_obj->prompt_callback (&answer,
> - "Password: ", 0,
> + "Password: ", 1,
> auth_obj->prompt_baton, pool));
> password = svn_stringbuf_create (answer, pool);
> need_to_store = TRUE;

Doh, what an embarrassing cut-and-pasto. That would explain the
problem. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

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.