On Mon, Mar 19, 2018 at 11:24:58AM +0100, Stefano Brivio wrote:
> Fixes: 2f987a76a977 ("net: ipv6: keep sk status consistent after datagram 
> connect failure")
> Signed-off-by: Stefano Brivio <[email protected]>
> Acked-by: Paolo Abeni <[email protected]>
> ---
>  net/ipv6/datagram.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/ipv6/datagram.c b/net/ipv6/datagram.c
> index 8a9ac2d0f5d3..a9f7eca0b6a3 100644
> --- a/net/ipv6/datagram.c
> +++ b/net/ipv6/datagram.c
> @@ -149,7 +149,7 @@ int __ip6_datagram_connect(struct sock *sk, struct 
> sockaddr *uaddr,
>       struct in6_addr         *daddr, old_daddr;
>       __be32                  fl6_flowlabel = 0;
>       __be32                  old_fl6_flowlabel;
> -     __be32                  old_dport;
> +     __be16                  old_dport;
>       int                     addr_type;
>       int                     err;
>  
Acked-by: Guillaume Nault <[email protected]>

Reply via email to