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

2018-11-29 Thread David Miller
From: Martin Schiller 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 soc

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

2018-11-27 Thread Martin Schiller
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 --- net/x25/af