Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25023
b: refs/heads/master
c: bcd1e83
h: refs/heads/master
i:
  25021: 05b0954
  25019: 29b126f
  25015: fb28648
  25007: 7e3ee42
  24991: a62f1db
  24959: 45705f4
v: v3
  • Loading branch information
Martin Josefsson authored and David S. Miller committed Apr 1, 2006
1 parent 36eeaab commit c86e3e1
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: a89ecb6a2ef732d04058d87801e2b6bd7e5c7089
refs/heads/master: bcd1e830a5ac37d708647d492a1436a8a9babb07
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ ctnetlink_change_conntrack(struct nf_conn *ct, struct nfattr *cda[])
return err;
}

#if defined(CONFIG_IP_NF_CONNTRACK_MARK)
#if defined(CONFIG_NF_CONNTRACK_MARK)
if (cda[CTA_MARK-1])
ct->mark = ntohl(*(u_int32_t *)NFA_DATA(cda[CTA_MARK-1]));
#endif
Expand Down Expand Up @@ -1062,7 +1062,7 @@ ctnetlink_create_conntrack(struct nfattr *cda[],
return err;
}

#if defined(CONFIG_IP_NF_CONNTRACK_MARK)
#if defined(CONFIG_NF_CONNTRACK_MARK)
if (cda[CTA_MARK-1])
ct->mark = ntohl(*(u_int32_t *)NFA_DATA(cda[CTA_MARK-1]));
#endif
Expand Down

0 comments on commit c86e3e1

Please sign in to comment.