summaryrefslogtreecommitdiff
path: root/src/netlink.c
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2018-09-04 23:00:11 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2018-09-04 23:00:11 +0100
commitd68209978adc1e5e8854d8b28823e4e141d5a80d (patch)
treebd51a9c022111c6d3e17468982f4b1a6e0885ff8 /src/netlink.c
parent47b45b2967c931fed3c89a2e6a8df9f9183a5789 (diff)
downloaddnsmasq-d68209978adc1e5e8854d8b28823e4e141d5a80d.tar.gz
Picky changes to 47b45b2967c931fed3c89a2e6a8df9f9183a5789
Diffstat (limited to 'src/netlink.c')
-rw-r--r--src/netlink.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/netlink.c b/src/netlink.c
index 849c2ff..65dbe3e 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -153,11 +153,6 @@ int iface_enumerate(int family, void *parm, int (*callback)())
memset(&addr, 0, sizeof(addr));
addr.nl_family = AF_NETLINK;
-#if 0
- addr.nl_pad = 0;
- addr.nl_groups = 0;
- addr.nl_pid = 0; /* address to kernel */
-#endif
again:
if (family == AF_UNSPEC)