[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().
authorSridhar Samudrala <sri@us.ibm.com>
Mon, 28 Aug 2006 20:53:01 +0000 (13:53 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 30 Aug 2006 04:22:13 +0000 (21:22 -0700)
With the recent fix, the callers of sctp_primitive_ABORT()
need to create an ABORT chunk and pass it as an argument rather
than msghdr that was passed earlier.

Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found