]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iproute2: bridge: Close file with bridge monitor file
authorPetr Písař <ppisar@redhat.com>
Wed, 25 Sep 2013 07:45:45 +0000 (09:45 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 1 Oct 2013 04:00:06 +0000 (21:00 -0700)
commit101847446e6a5e3ca370e65ebc462584934fce0e
treeb1e0c7222a81137f13559b3061562b76e2e0d2db
parentf3abcfed464b16b1149992b7ecdca585d3b7838d
iproute2: bridge: Close file with bridge monitor file

The `bridge monitor file FILENAME' reads dumped netlink messages from
a file. But it forgot to close the file after using it. This patch
fixes it.

Signed-off-by: Petr Písař <ppisar@redhat.com>
bridge/monitor.c