mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix compile warning introduced by a889c554a7
This commit is contained in:
@@ -92,7 +92,7 @@ void dhcp6_packet(time_t now)
|
|||||||
struct iface_param parm;
|
struct iface_param parm;
|
||||||
struct cmsghdr *cmptr;
|
struct cmsghdr *cmptr;
|
||||||
struct msghdr msg;
|
struct msghdr msg;
|
||||||
int if_index = 0;
|
uint32_t if_index = 0;
|
||||||
union {
|
union {
|
||||||
struct cmsghdr align; /* this ensures alignment */
|
struct cmsghdr align; /* this ensures alignment */
|
||||||
char control6[CMSG_SPACE(sizeof(struct in6_pktinfo))];
|
char control6[CMSG_SPACE(sizeof(struct in6_pktinfo))];
|
||||||
|
|||||||
Reference in New Issue
Block a user