commit | 5f9646c3d9f92a93b96c40e65c3d268baada842f | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Tue Feb 05 14:23:44 2008 -0500 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Feb 06 21:27:39 2008 -0500 |
tree | 94f9e6c62bbcd6ebc7d87783612b8652054d0071 | |
parent | a869981423b96045c49420a6884c72528836cea8 [diff] |
[SCTP]: Make sure the chunk is off the transmitted list prior to freeing. In a few instances, we need to remove the chunk from the transmitted list prior to freeing it. This is because the free code doesn't do that any more and so we need to do it manually. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>