mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 06:03:40 +08:00
Added missing entry in a socket family table. This was a serious
bug and should've failed on all platforms but just happened to work on linux and windows.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#endif
|
||||
|
||||
static const int s_family[] = {
|
||||
PF_UNSPEC,
|
||||
PF_INET
|
||||
};
|
||||
static const int s_type[] = {
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "XArchWindows.h"
|
||||
|
||||
static const int s_family[] = {
|
||||
PF_UNSPEC,
|
||||
PF_INET
|
||||
};
|
||||
static const int s_type[] = {
|
||||
|
||||
Reference in New Issue
Block a user