Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16227
b: refs/heads/master
c: 47116eb
h: refs/heads/master
i:
  16225: 03b1e4d
  16223: 6b19d60
v: v3
  • Loading branch information
Pablo Neira Ayuso authored and David S. Miller committed Jan 5, 2006
1 parent 88d87a3 commit 8a10dd8
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: 984955b3d7f9943becf9915601f49a1fb7a41f7a
refs/heads/master: 47116eb201571ad1198a8d76dc3571e85ba7c8c9
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ ctnetlink_dump_id(struct sk_buff *skb, const struct ip_conntrack *ct)
static inline int
ctnetlink_dump_use(struct sk_buff *skb, const struct ip_conntrack *ct)
{
unsigned int use = htonl(atomic_read(&ct->ct_general.use));
u_int32_t use = htonl(atomic_read(&ct->ct_general.use));

NFA_PUT(skb, CTA_USE, sizeof(u_int32_t), &use);
return 0;
Expand Down

0 comments on commit 8a10dd8

Please sign in to comment.