mirror of
https://github.com/bol-van/zapret.git
synced 2026-01-31 23:00:38 +03:00
fix compiler warnings: -Wunused (part2)
This commit is contained in:
@@ -1609,7 +1609,6 @@ static bool set_socket_fwmark(int sock, uint32_t fwmark)
|
||||
|
||||
static int rawsend_socket(sa_family_t family)
|
||||
{
|
||||
int yes=1;
|
||||
int *sock = rawsend_family_sock(family);
|
||||
if (!sock) return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user