summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/sss_ini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sss_ini.c b/src/util/sss_ini.c
index 6d93b16e..9f23500a 100644
--- a/src/util/sss_ini.c
+++ b/src/util/sss_ini.c
@@ -223,7 +223,7 @@ int sss_ini_get_config(struct sss_ini_initdata *init_data,
ret = ini_config_parse(init_data->file,
INI_STOP_ON_ANY,
INI_MV1S_OVERWRITE,
- 0,
+ INI_PARSE_NOWRAP,
init_data->sssd_config);
if (ret != EOK) {