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

Re: Review requested on issue #2410 (SSL client certs option)

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Sun, 29 Jun 2008 18:51:25 -0400

svnlgo_at_mobsol.be writes:
>> @@ -394,6 +398,10 @@
>> server_group,
>> SVN_CONFIG_OPTION_HTTP_COMPRESSION,
>> session->using_compression));
>> + SVN_ERR(svn_config_get_bool(config, &session->use_client_certs,
>> + SVN_CONFIG_SECTION_GLOBAL,
>> + SVN_CONFIG_OPTION_SSL_USE_CLIENT_CERTS,
>> + session->use_client_certs));
>
> SVN_CONFIG_SECTION_GLOBAL should be server_group.

D'oh, dumb copy-and-pasto. Thanks, Lieven.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-30 00:52:13 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.