Merge branch 'main' into enhance_bypasses

This commit is contained in:
Vadim Vetrov 2024-08-11 16:26:46 +03:00
commit 9c2d31f51d
No known key found for this signature in database
GPG Key ID: E8A308689D7A73A5
2 changed files with 1 additions and 2 deletions

View File

@ -42,6 +42,7 @@ jobs:
- mipsel_74kc
- mipsel_mips32
- ramips-mt76x8
- ramips-mt7621
- x86_64
container:
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}

View File

@ -33,8 +33,6 @@
pthread_mutex_t rawsocket_lock;
int rawsocket = -2;
static int open_socket(struct mnl_socket **_nl) {
struct mnl_socket *nl = NULL;
nl = mnl_socket_open(NETLINK_NETFILTER);