Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348370
b: refs/heads/master
c: 1310b95
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Pablo Neira Ayuso committed Dec 26, 2012
1 parent d8fee7b commit 8f5d03f
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: 32263dd1b43378b4f7d7796ed713f77e95f27e8a
refs/heads/master: 1310b955c804975651dca6c674ebfd1cb2b4c7ff
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 @@ -2624,7 +2624,7 @@ ctnetlink_create_expect(struct net *net, u16 zone,
if (!help) {
if (!cda[CTA_EXPECT_TIMEOUT]) {
err = -EINVAL;
goto out;
goto err_out;
}
exp->timeout.expires =
jiffies + ntohl(nla_get_be32(cda[CTA_EXPECT_TIMEOUT])) * HZ;
Expand Down

0 comments on commit 8f5d03f

Please sign in to comment.