diff options
-rw-r--r-- | src/util/sss_ini.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/sss_ini.c b/src/util/sss_ini.c index 32e06781c..1af5d2ae9 100644 --- a/src/util/sss_ini.c +++ b/src/util/sss_ini.c @@ -255,7 +255,6 @@ int sss_ini_get_config(struct sss_ini_initdata *init_data, &init_data->sssd_config, INI_STOP_ON_ANY, &init_data->error_list); - close(init_data->file); if (ret != EOK) { DEBUG(SSSDBG_FATAL_FAILURE, |