mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +00:00
May be required in some disconnect scenarios
This commit is contained in:
parent
4075f7596b
commit
b3e44a24b1
@ -142,6 +142,7 @@ static void iscsi_close_connection ( struct iscsi_session *iscsi, int rc ) {
|
||||
/* Reset TX and RX state machines */
|
||||
iscsi->tx_state = ISCSI_TX_IDLE;
|
||||
iscsi->rx_state = ISCSI_RX_BHS;
|
||||
iscsi->rx_offset = 0;
|
||||
|
||||
/* Free any temporary dynamically allocated memory */
|
||||
chap_finish ( &iscsi->chap );
|
||||
|
Loading…
Reference in New Issue
Block a user