Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236577
b: refs/heads/master
c: ea2c73a
h: refs/heads/master
i:
  236575: de4a56c
v: v3
  • Loading branch information
Simon Horman committed Nov 15, 2010
1 parent 6512799 commit f47216f
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: e9e5eee8733739f13a204132b502494b3f494f3b
refs/heads/master: ea2c73afc23db3084fd857b027446c38fc7ff2c9
2 changes: 1 addition & 1 deletion trunk/net/netfilter/ipvs/ip_vs_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ struct ip_vs_conn *ip_vs_ct_in_get(const struct ip_vs_conn_param *p)

list_for_each_entry(cp, &ip_vs_conn_tab[hash], c_list) {
if (p->pe_data && p->pe->ct_match) {
if (p->pe->ct_match(p, cp))
if (p->pe == cp->pe && p->pe->ct_match(p, cp))
goto out;
continue;
}
Expand Down

0 comments on commit f47216f

Please sign in to comment.