Re: [ovs-dev] [PATCH] netlink-socket: Convert from error number to string correctly.

2014-09-10 Thread Alin Serdean
Sorry I missed this one. Acked-by: Alin Gabriel Serdean -Mesaj original- De la: Gurucharan Shetty [mailto:shet...@nicira.com] Trimis: Tuesday, September 9, 2014 10:39 PM Către: dev@openvswitch.org Cc: Alin Serdean; Eitan Eliahu; Gurucharan Shetty Subiect: [PATCH] netlink-socket: Convert

[ovs-dev] [PATCH] netlink-socket: Convert from error number to string correctly.

2014-09-09 Thread Gurucharan Shetty
As mentioned in the comment above the function ovs_strerror(), it should not be used to convert WINAPI error numbers to string. Use ovs_lasterror_to_string() instead. CC: Alin Gabriel Serdean CC: Eitan Eliahu Signed-off-by: Gurucharan Shetty --- lib/netlink-socket.c |6 ++ 1 file chan