Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122371
b: refs/heads/master
c: bfe2967
h: refs/heads/master
i:
  122369: 25d78cb
  122367: b6d9ffb
v: v3
  • Loading branch information
Pablo Neira Ayuso authored and Patrick McHardy committed Nov 17, 2008
1 parent efc4c43 commit 7898bc5
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: 238ede8160443a32379fd8f9eb88d00456a09bb4
refs/heads/master: bfe2967735e0e0f650bf698a5683db2b6cf4cfd7
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ ctnetlink_create_expect(struct nlattr *cda[], u_int8_t u3)

if (!help || !help->helper) {
/* such conntrack hasn't got any helper, abort */
err = -EINVAL;
err = -EOPNOTSUPP;
goto out;
}

Expand Down

0 comments on commit 7898bc5

Please sign in to comment.