mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix crash introduced in 2675f20615
This commit is contained in:
@@ -1517,7 +1517,8 @@ void check_servers(void)
|
||||
continue;
|
||||
}
|
||||
|
||||
serv->sfd->used = 1;
|
||||
if (serv->sfd)
|
||||
serv->sfd->used = 1;
|
||||
}
|
||||
|
||||
if (!(serv->flags & SERV_NO_REBIND) && !(serv->flags & SERV_LITERAL_ADDRESS))
|
||||
|
||||
Reference in New Issue
Block a user