Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26793
b: refs/heads/master
c: ee43353
h: refs/heads/master
i:
  26791: 2163552
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 19, 2006
1 parent 30f5d6b commit e56bcf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2c8ac66bb2ff89e759f0d632a27cc64205e9ddd9
refs/heads/master: ee433530d96a7b0af24ab616e5b51f1d89f9ae38
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nfnetlink_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ static int
nfulnl_set_flags(struct nfulnl_instance *inst, u_int16_t flags)
{
spin_lock_bh(&inst->lock);
inst->flags = ntohs(flags);
inst->flags = flags;
spin_unlock_bh(&inst->lock);

return 0;
Expand Down Expand Up @@ -902,7 +902,7 @@ nfulnl_recv_config(struct sock *ctnl, struct sk_buff *skb,
if (nfula[NFULA_CFG_FLAGS-1]) {
u_int16_t flags =
*(u_int16_t *)NFA_DATA(nfula[NFULA_CFG_FLAGS-1]);
nfulnl_set_flags(inst, ntohl(flags));
nfulnl_set_flags(inst, ntohs(flags));
}

out_put:
Expand Down

0 comments on commit e56bcf4

Please sign in to comment.