From 329651039032f044b4e1e13d0fc338e4d174b980 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Wed, 8 Apr 2009 17:27:44 -0400 Subject: INI component: Fixed issues introduced by cleanup. Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const. --- common/ini/ini.d/real.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common/ini/ini.d') diff --git a/common/ini/ini.d/real.conf b/common/ini/ini.d/real.conf index f026bd896..41f91c79e 100644 --- a/common/ini/ini.d/real.conf +++ b/common/ini/ini.d/real.conf @@ -31,7 +31,7 @@ description = InfoPipe Configuration command = ./sbin/sssd_info [domains] -domainsOrder = LOCAL, EXAMPLE.COM , SOMEOTHER.COM +domainsOrder = , LOCAL, , EXAMPLE.COM, , SOMEOTHER.COM , , [domains/LOCAL] description = Reserved domain for local configurations @@ -46,7 +46,8 @@ server = ipabackupserver.example.com legacy = FALSE enumerate = 0 binary_test = '010203' -long_array = 1, 2; 4' ;8p .16/ 32? +long_array = 1 2; 4' ;8p .16/ 32? +double_array = 1.1 2.222222; .4' . ;8p .16/ -32? -- cgit