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:
@@ -850,7 +850,6 @@ static bool find_listen_addr(struct sockaddr_storage *salisten, const char *bind
|
||||
{
|
||||
struct ifaddrs *addrs,*a;
|
||||
bool found=false;
|
||||
bool bindll_want = bindll==prefer || bindll==force;
|
||||
|
||||
if (getifaddrs(&addrs)<0)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user