Added Winsock error text.
This commit is contained in:
@@ -123,7 +123,7 @@ void bip_set_interface(char *ifname)
|
|||||||
static char *winsock_error_code_text(int code)
|
static char *winsock_error_code_text(int code)
|
||||||
{
|
{
|
||||||
switch (code) {
|
switch (code) {
|
||||||
case 10013:
|
case WSAEACCES:
|
||||||
return "Permission denied.";
|
return "Permission denied.";
|
||||||
case WSAEINTR:
|
case WSAEINTR:
|
||||||
return "Interrupted system call.";
|
return "Interrupted system call.";
|
||||||
|
|||||||
Reference in New Issue
Block a user