Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112975
b: refs/heads/master
c: 7bb82d9
h: refs/heads/master
i:
  112973: d1d74f5
  112971: e0eaa94
  112967: 21849b4
  112959: 77f0a3c
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Oct 11, 2008
1 parent 1e64f60 commit 56a81e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f901b64472fdabc72eca2b9426fa4e96972b64c4
refs/heads/master: 7bb82d924536cfa62db73dd381b07d9e9b084ffa
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ static int ipgre_tap_validate(struct nlattr *tb[], struct nlattr *data[])
static void ipgre_netlink_parms(struct nlattr *data[],
struct ip_tunnel_parm *parms)
{
memset(parms, 0, sizeof(parms));
memset(parms, 0, sizeof(*parms));

parms->iph.protocol = IPPROTO_GRE;

Expand Down

0 comments on commit 56a81e9

Please sign in to comment.