python socket_util: Don't try to unbind None bind_path.
authorBen Pfaff <blp@nicira.com>
Wed, 7 Mar 2012 23:38:27 +0000 (15:38 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Mar 2012 00:33:14 +0000 (16:33 -0800)
commiteaae5809c0115635b600043d35b4233572228e15
tree6d524b31e43f167cc32425d405c3b9eb5485ef9e
parent2a529ead2a3a3a6367896834ef2024ea1a6dd396
python socket_util: Don't try to unbind None bind_path.

This bug is not exposed in the current tree, because no existing caller
passes None as bind_path.

Signed-off-by: Ben Pfaff <blp@nicira.com>
python/ovs/socket_util.py