Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232894
b: refs/heads/master
c: 38db9e1
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Feb 4, 2011
1 parent f547263 commit a10710c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e2d57766e6744f2956975dd2086d82957187b0f6
refs/heads/master: 38db9e1db1c91c953b2a539130257ce91533c9f6
3 changes: 2 additions & 1 deletion trunk/include/net/genetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ static inline int genlmsg_end(struct sk_buff *skb, void *hdr)
*/
static inline void genlmsg_cancel(struct sk_buff *skb, void *hdr)
{
nlmsg_cancel(skb, hdr - GENL_HDRLEN - NLMSG_HDRLEN);
if (hdr)
nlmsg_cancel(skb, hdr - GENL_HDRLEN - NLMSG_HDRLEN);
}

/**
Expand Down

0 comments on commit a10710c

Please sign in to comment.