mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Remove duplicate address family from listener
Since address already contain family, remove separate family from listener. Use now family from address itself.
This commit is contained in:
committed by
Simon Kelley
parent
49bdf1ead9
commit
1c1b925052
@@ -572,7 +572,7 @@ struct irec {
|
||||
};
|
||||
|
||||
struct listener {
|
||||
int fd, tcpfd, tftpfd, family, used;
|
||||
int fd, tcpfd, tftpfd, used;
|
||||
union mysockaddr addr;
|
||||
struct irec *iface; /* only sometimes valid for non-wildcard */
|
||||
struct listener *next;
|
||||
|
||||
Reference in New Issue
Block a user