Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python/ovs/socket_util: Fix error path in set_nonblocking.
'e' is an exception, not a socket, so get_exception_errno() is the appropriate function to obtain an error code from it. Signed-off-by: Ben Pfaff <[email protected]> Acked-by: Kyle Mestery <[email protected]>
- Loading branch information