ovs-brcompatd: Don't bother to unlock the config file on fatal signal.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Jun 2009 21:09:03 +0000 (14:09 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Jun 2009 21:09:03 +0000 (14:09 -0700)
commit2efb2e477e7a37d8c3b3fb1b7ac9c71967ab13eb
tree5b7fe97b6de29ddd61be066d43abbd06df00ff65
parentb7ee8e8bcb4f8ec3123a894d2fc34a431d270de6
ovs-brcompatd: Don't bother to unlock the config file on fatal signal.

There's no need to do this any longer, because it will happen
automatically when the fd to it (if any) is closed by the kernel.
vswitchd/ovs-brcompatd.c