Fix harmless warning after reconnecting a session and not doing anything
with it. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
76b454e307
commit
522b872251
@ -1288,8 +1288,8 @@ iscsi_ioctl_daemon_handoff(struct iscsi_softc *sc,
|
||||
is->is_conn->ic_data_crc32c = false;
|
||||
|
||||
is->is_cmdsn = 0;
|
||||
is->is_expcmdsn = 1;
|
||||
is->is_maxcmdsn = 1;
|
||||
is->is_expcmdsn = 0;
|
||||
is->is_maxcmdsn = 0;
|
||||
is->is_waiting_for_iscsid = false;
|
||||
is->is_login_phase = false;
|
||||
is->is_timeout = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user