Skip to content

Commit

Permalink
[DCCP]: Add missing no_policy flag to struct net_protocol
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Nov 21, 2005
1 parent bd4cfb5 commit a516b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/dccp/proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a516b04

Please sign in to comment.