Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4124
b: refs/heads/master
c: db1322b
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Jul 5, 2005
1 parent 0929ffb commit 07a50e5
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: bb1d23b02657f494dff295f6cdd1f29df30fa61e
refs/heads/master: db1322b8012e1a8ad711c04813817328cff46718
3 changes: 2 additions & 1 deletion trunk/net/decnet/dn_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@ int dn_fib_dump(struct sk_buff *skb, struct netlink_callback *cb)
if (t < s_t)
continue;
if (t > s_t)
memset(&cb->args[1], 0, sizeof(cb->args)-sizeof(int));
memset(&cb->args[1], 0,
sizeof(cb->args) - sizeof(cb->args[0]));
tb = dn_fib_get_table(t, 0);
if (tb == NULL)
continue;
Expand Down

0 comments on commit 07a50e5

Please sign in to comment.