summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-07 18:22:37 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-07 18:22:37 +0100
commit9564a0198b1cb2e8a09e92de3bd9be7c55f3d2fc (patch)
treeea4afa63bec1a636fc4051e462212115e72c967c /debian
parent09aa594a5be3198de9fc5b60cfb9f689f359af0f (diff)
drop the memset change
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/pfinet_dhcp.patch9
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/patches/pfinet_dhcp.patch b/debian/patches/pfinet_dhcp.patch
index 8d83b0cc..55674c96 100644
--- a/debian/patches/pfinet_dhcp.patch
+++ b/debian/patches/pfinet_dhcp.patch
@@ -393,14 +393,7 @@
/* Now assign the new address */
inet6_addr_add (in->device->ifindex, &in->address6.addr,
in->address6.prefix_len);
-@@ -418,33 +517,40 @@
- req.nlh.nlmsg_seq = 0;
- req.nlh.nlmsg_len = NLMSG_LENGTH (sizeof req.rtm);
-
-- memset (&req.rtm, 0, sizeof req.rtm);
-- memset (&rta, 0, sizeof rta);
-+ memset (&req.rtm, 0, sizeof req.rtm);
-+ memset (&rta, 0, sizeof rta);
+@@ -418,28 +517,35 @@
req.rtm.rtm_scope = RT_SCOPE_UNIVERSE;
req.rtm.rtm_type = RTN_UNICAST;
req.rtm.rtm_protocol = RTPROT_STATIC;