Skip to content

Commit

Permalink
[NETLINK]: netlink_callback structure needs 5 args not 4
Browse files Browse the repository at this point in the history
net/ipv4/tcp_diag.c uses up to ->args[4]

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexey Kuznetsov authored and David S. Miller committed Jun 21, 2005
1 parent 1d345da commit 18b504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ struct netlink_callback
int (*dump)(struct sk_buff * skb, struct netlink_callback *cb);
int (*done)(struct netlink_callback *cb);
int family;
long args[4];
long args[5];
};

struct netlink_notify
Expand Down

0 comments on commit 18b504e

Please sign in to comment.