From c96a2e557f0a9322c9369a06041e894cc2f11e93 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 18 Jan 2010 14:27:41 +0000 Subject: Make use of libartefact. Not yet tested... --- server/src/configurationparser.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/src/configurationparser.cc') diff --git a/server/src/configurationparser.cc b/server/src/configurationparser.cc index d16920f..3823ee9 100644 --- a/server/src/configurationparser.cc +++ b/server/src/configurationparser.cc @@ -104,6 +104,12 @@ void ConfigurationParser::reload() } catch( ... ) { } + try { + bool b = lookup("artefact_use_ssl"); + Conf::artefact_use_ssl = b; + } catch( ... ) { + } + try { int i = lookup("artefact_poolsize"); Conf::artefact_poolsize = i; -- cgit v1.2.3