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

Re: svn commit: rev 4512 - trunk/subversion/libsvn_ra_svn

From: <rooneg_at_electricjellyfish.net>
Date: 2003-01-23 01:11:53 CET

On Wednesday, January 22, 2003, at 07:05 PM, Greg Hudson wrote:

 On Wed, 2003-01-22 at 18:37, rooneg@tigris.org wrote:
 + tunnel_agent = NULL;
    SVN_ERR( find_tunnel_agent(hostname, tunnel_agent, pool) );
    if (tunnel_agent)

 Uh, that's completely unnecessary. Does some compiler actually give a
 warning about that?

if svn_config_find_group doesn't find a server group, then agent never
gets passed to svn_config_get, so it can't be initialized, so wouldn't
that result in us using it before it's initialized?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:07:52 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.