Merge pull request #50 from olafhering/olh_memset__nlmsg_alloc
Remove extra memset from __nlmsg_alloc
This commit is contained in:
commit
18e593cd4e
1 changed files with 0 additions and 2 deletions
|
@ -275,8 +275,6 @@ static struct nl_msg *__nlmsg_alloc(size_t len)
|
|||
if (!nm->nm_nlh)
|
||||
goto errout;
|
||||
|
||||
memset(nm->nm_nlh, 0, sizeof(struct nlmsghdr));
|
||||
|
||||
nm->nm_protocol = -1;
|
||||
nm->nm_size = len;
|
||||
nm->nm_nlh->nlmsg_len = nlmsg_total_size(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue