]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix sctp_primitive_ABORT() call in sctp_close()
authorSridhar Samudrala <sri@us.ibm.com>
Tue, 5 Sep 2006 19:59:11 +0000 (21:59 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 5 Sep 2006 19:59:11 +0000 (21:59 +0200)
commit809f5560b0718ab0e0e8ba6eabc59ed21db31673
tree73fb5791929cbfb136be8c2aabd782fd2207d165
parent725eb3f2eb34ff77ce02c50f79c6912e9476cbf5
Fix sctp_primitive_ABORT() call in sctp_close()

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.

Adrian Bunk:
Ported to 2.6.16.

Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/sctp/socket.c