Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376635
b: refs/heads/master
c: d660164
h: refs/heads/master
i:
  376633: db4746a
  376631: 08f3d5c
v: v3
  • Loading branch information
Michal Kubeček authored and Pablo Neira Ayuso committed May 29, 2013
1 parent 40be1b6 commit d462ea9
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: dc7b3eb900aab02e5cafbca3948d005be13fb4a5
refs/heads/master: d660164d79b67f879db35a7d61e47d3b99bc714e
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_LOG.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ static void dump_ipv6_packet(struct sbuff *m,
dump_sk_uid_gid(m, skb->sk);

/* Max length: 16 "MARK=0xFFFFFFFF " */
if (!recurse && skb->mark)
if (recurse && skb->mark)
sb_add(m, "MARK=0x%x ", skb->mark);
}

Expand Down

0 comments on commit d462ea9

Please sign in to comment.