diff options
Diffstat (limited to 'lib/librte_cfgfile/rte_cfgfile.c')
-rw-r--r-- | lib/librte_cfgfile/rte_cfgfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_cfgfile/rte_cfgfile.c b/lib/librte_cfgfile/rte_cfgfile.c index 75625a28..d72052a0 100644 --- a/lib/librte_cfgfile/rte_cfgfile.c +++ b/lib/librte_cfgfile/rte_cfgfile.c @@ -232,6 +232,7 @@ rte_cfgfile_load(const char *filename, int flags) return cfg; error1: + cfg->num_sections = curr_section + 1; rte_cfgfile_close(cfg); error2: fclose(f); |