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

Commit a516b049 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[DCCP]: Add missing no_policy flag to struct net_protocol

parent bd4cfb59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ atomic_t dccp_orphan_count = ATOMIC_INIT(0);
static struct net_protocol dccp_protocol = {
	.handler	= dccp_v4_rcv,
	.err_handler	= dccp_v4_err,
	.no_policy	= 1,
};

const char *dccp_packet_name(const int type)