summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/socket_wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c
index 9ba212b..a04a705 100644
--- a/src/socket_wrapper.c
+++ b/src/socket_wrapper.c
@@ -2384,6 +2384,7 @@ static int swrap_socket(int family, int type, int protocol)
case AF_INET6:
#endif
break;
+ case AF_NETLINK:
case AF_UNIX:
return libc_socket(family, type, protocol);
default: