mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
There is no 'errno' field in socket.error. Instead use the get_exception_errno() function to get the error number. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>