mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
config(8): part of patch disappeared, don't close ifp at the end
This commit is contained in:
parent
6ffdd5ef2f
commit
67fc3f5608
1 changed files with 0 additions and 2 deletions
|
|
@ -336,8 +336,6 @@ makeenv(void)
|
|||
}
|
||||
}
|
||||
fprintf(ofp, "\"\\0\"\n};\n");
|
||||
if (ifp)
|
||||
fclose(ifp);
|
||||
fclose(ofp);
|
||||
moveifchanged(path("env.c.new"), path("env.c"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue