X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2Fsctp%2Ftransport.c;h=098f1d5f769e264b73aa8b3800ccf3a4eeb75c92;hb=0e32fde96bb9c1fa8fa477e52c1d6ae2f4995cea;hp=fafd2a461ba0bee0f5d8d4750ae9b3b73bdac079;hpb=e20437852de4aba31068037a728e2d60cf942f56;p=firefly-linux-kernel-4.4.55.git diff --git a/net/sctp/transport.c b/net/sctp/transport.c index fafd2a461ba0..098f1d5f769e 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c @@ -123,7 +123,6 @@ struct sctp_transport *sctp_transport_new(struct net *net, if (!sctp_transport_init(net, transport, addr, gfp)) goto fail_init; - transport->malloced = 1; SCTP_DBG_OBJCNT_INC(transport); return transport;