Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/x25: fix null_x25_address handling
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information