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

Re: [PATCH] Re: timeout on report

From: Matt Kraai <kraai_at_alumni.cmu.edu>
Date: 2002-10-25 16:24:14 CEST

On Fri, Oct 25, 2002 at 01:27:18PM +0100, Philip Martin wrote:
> Index: ../svn/subversion/libsvn_ra_dav/session.c
> ===================================================================
> +++ ../svn/subversion/libsvn_ra_dav/session.c (working copy)
> @@ -243,6 +244,10 @@
> *proxy_username);
> svn_config_get(cfg, proxy_password, gb.proxy_group, "password",
> *proxy_password);
> + svn_config_get(cfg, proxy_password, gb.proxy_group, "password",
> + *proxy_password);

This is an extra copy, right?

> + svn_config_get(cfg, &timeout_str, gb.proxy_group, "timeout",
> + timeout_str);
> }
>
> /* Special case: convert the port value, if any. */

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 25 16:26:23 2002

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.