Fix harmless warning after reconnecting a session and not doing anything

with it.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2014-03-25 19:09:52 +00:00
parent 76b454e307
commit 522b872251

View File

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