Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41135
b: refs/heads/master
c: c537b75
h: refs/heads/master
i:
  41133: a0b2b3b
  41131: 91572fb
  41127: 4258850
  41119: de48c4c
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Nov 29, 2006
1 parent 172f042 commit 8d9cff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22e7410b760b9c1777839fdd10382c60df8cbda2
refs/heads/master: c537b75a3ba9f5d2569f313742cd379dff6ceb70
1 change: 1 addition & 0 deletions trunk/net/ipv4/netfilter/ip_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ ctnetlink_dump_protoinfo(struct sk_buff *skb, const struct ip_conntrack *ct)
return ret;

nfattr_failure:
ip_conntrack_proto_put(proto);
return -1;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ ctnetlink_dump_protoinfo(struct sk_buff *skb, const struct nf_conn *ct)
return ret;

nfattr_failure:
nf_ct_proto_put(proto);
return -1;
}

Expand Down

0 comments on commit 8d9cff3

Please sign in to comment.