Commit b1bba5ce authored by David S. Miller's avatar David S. Miller

[AX25]: Fix build.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 864e014f
...@@ -1421,7 +1421,7 @@ static int ax25_sendmsg(struct kiocb *iocb, struct socket *sock, ...@@ -1421,7 +1421,7 @@ static int ax25_sendmsg(struct kiocb *iocb, struct socket *sock,
lock_sock(sk); lock_sock(sk);
ax25 = ax25_sk(sk); ax25 = ax25_sk(sk);
if (sock_flag(sk, SOCK_ZAPPED)) if (sock_flag(sk, SOCK_ZAPPED)) {
err = -EADDRNOTAVAIL; err = -EADDRNOTAVAIL;
goto out; goto out;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment