Re: [PATCH net-next] net: tcp: fix shim definition of tcp_inbound_md5_hash
From: Eric Dumazet <edumazet@google.com> Date: 2022-03-09 16:46:44
On Wed, Mar 9, 2022 at 4:20 AM Vladimir Oltean [off-list ref] wrote:
When CONFIG_TCP_MD5SIG isn't enabled, there is a compilation bug due to
the fact that the static inline definition of tcp_inbound_md5_hash() has
an unexpected semicolon. Remove it.
Fixes: 1330b6ef3313 ("skb: make drop reason booleanable")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
Reviewed-by: Eric Dumazet <edumazet@google.com>
Thanks!