diff --git a/bandb/bantool.c b/bandb/bantool.c index 81797449..930099d0 100644 --- a/bandb/bantool.c +++ b/bandb/bantool.c @@ -542,6 +542,8 @@ import_config(const char *conf, int id) if(flag.verbose) fprintf(stdout, "%*s\n", strlen(bandb_suffix[id]) > 0 ? 10 : 15, "imported."); + fclose(fd); + return; }