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

Re: [PATCH] issue #2662, yet another authz wildcards support patch...

From: Martin Furter <mf_at_rola.ch>
Date: Thu, 29 May 2008 23:03:17 +0200 (CEST)

On Wed, 28 May 2008, Gerald Macinenti wrote:

> @@ -794,7 +827,7 @@
> apr_pool_t *iteration_pool;
> int count;
>
> - find_option(cfg, section, NULL, &sec);
> + sec = find_section(cfg, section, pool);
> if (sec == NULL)
> return 0;

Would it be better (and faster) if first find_option is called and if it
didn't find anything then find_section is called?

Just a random idea...

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-29 23:03:31 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.