david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

May be required in some disconnect scenarios

This commit is contained in:
Michael Brown 2007-07-10 06:31:11 +01:00
parent 4075f7596b
commit b3e44a24b1
1 changed files with 1 additions and 0 deletions

View File

@ -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 );