Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef764a13 authored by Alan Cox's avatar Alan Cox Committed by David S. Miller
Browse files

ax25: Fix missing break



At least there seems to be no reason to disallow ROSE sockets when
NETROM is loaded.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 68653359
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -842,6 +842,7 @@ static int ax25_create(struct net *net, struct socket *sock, int protocol,
		case AX25_P_NETROM:
			if (ax25_protocol_is_registered(AX25_P_NETROM))
				return -ESOCKTNOSUPPORT;
			break;
#endif
#ifdef CONFIG_ROSE_MODULE
		case AX25_P_ROSE: