diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipvs/ip_vs_conn.c b/net/ipv4/ipvs/ip_vs_conn.c index e11952ea17af..5994521fddc5 100644 --- a/net/ipv4/ipvs/ip_vs_conn.c +++ b/net/ipv4/ipvs/ip_vs_conn.c | |||
@@ -467,7 +467,7 @@ int ip_vs_check_template(struct ip_vs_conn *ct) | |||
467 | /* | 467 | /* |
468 | * Invalidate the connection template | 468 | * Invalidate the connection template |
469 | */ | 469 | */ |
470 | if (ct->cport) { | 470 | if (ct->vport != 65535) { |
471 | if (ip_vs_conn_unhash(ct)) { | 471 | if (ip_vs_conn_unhash(ct)) { |
472 | ct->dport = 65535; | 472 | ct->dport = 65535; |
473 | ct->vport = 65535; | 473 | ct->vport = 65535; |