vswitchd: Fix fd leaks by closing files that we read in read_file().
authorBen Pfaff <blp@nicira.com>
Wed, 31 Dec 2008 00:06:06 +0000 (16:06 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 31 Dec 2008 00:06:06 +0000 (16:06 -0800)
commit87073a3699813e006649c2f4d18f819c689ededb
treef78b009fb0dcf3d0c1aee3b45a7794b6ac12c4e1
parentfde04fa3da26d5081f897de31248bb79f57c2019
vswitchd: Fix fd leaks by closing files that we read in read_file().

Fixes bug #697.

Thanks to Martin for reporting this bug.
vswitchd/cfg.c