Re: [PATCH 2/3] net/x25: fix null_x25_address handling

From: David Miller
Date: Thu Nov 29 2018 - 17:26:13 EST


From: Martin Schiller <ms@xxxxxxxxxx>
Date: Tue, 27 Nov 2018 09:50:28 +0100

> o x25_find_listener(): the compare for the null_x25_address was wrong.
> We have to check the x25_addr of the listener socket instead of the
> x25_addr of the incomming call.
>
> o x25_bind(): it was not possible to bind a socket to null_x25_address
>
> Signed-off-by: Martin Schiller <ms@xxxxxxxxxx>

Applied.