Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103549
b: refs/heads/master
c: 9d3a0de
h: refs/heads/master
i:
  103547: 5fc1562
v: v3
  • Loading branch information
Rumen G. Bogdanovski authored and David S. Miller committed Jul 17, 2008
1 parent 5e809be commit e39216d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d0236f8f8223ad841f461ea3a635d452d194806b
refs/heads/master: 9d3a0de7dc3c1c4456db5ceb92c445bef0a47681
3 changes: 2 additions & 1 deletion trunk/net/ipv4/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,8 @@ ip_vs_in(unsigned int hooknum, struct sk_buff *skb,
== sysctl_ip_vs_sync_threshold[0])) ||
((cp->protocol == IPPROTO_TCP) && (cp->old_state != cp->state) &&
((cp->state == IP_VS_TCP_S_FIN_WAIT) ||
(cp->state == IP_VS_TCP_S_CLOSE)))))
(cp->state == IP_VS_TCP_S_CLOSE_WAIT) ||
(cp->state == IP_VS_TCP_S_TIME_WAIT)))))
ip_vs_sync_conn(cp);
cp->old_state = cp->state;

Expand Down

0 comments on commit e39216d

Please sign in to comment.