Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
cfe434e8a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/express/error_utils.cxx

+ 2 - 0
panda/src/express/error_utils.cxx

@@ -54,6 +54,8 @@ handle_socket_error(void) {
       return "Remote host is unreachable";
       return "Remote host is unreachable";
     case 10093:
     case 10093:
       return "WSAStartup() was not called";
       return "WSAStartup() was not called";
+    case 0:
+      return sterror(errno);
     default:
     default:
       if (express_cat.is_debug())
       if (express_cat.is_debug())
         express_cat.debug()
         express_cat.debug()