提交 7ae246a1 编写于 作者: S Simon Horman

IPVS: Remove useless { } block from ip_vs_process_message()

Acked-by: NHans Schillstrom <hans.schillstrom@ericsson.com>
Signed-off-by: NSimon Horman <horms@verge.net.au>
上级 d494262b
......@@ -381,7 +381,6 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen)
}
}
{
if (ip_vs_conn_fill_param_sync(AF_INET, s->protocol,
(union nf_inet_addr *)&s->caddr,
s->cport,
......@@ -394,7 +393,6 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen)
cp = ip_vs_conn_in_get(&param);
else
cp = ip_vs_ct_in_get(&param);
}
if (!cp) {
/*
* Find the appropriate destination for the connection.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册