drop iscsi->is_reconnecting

iscsi->is_reconnecting != 0 is equal to iscsi->old_iscsi != NULL.

Signed-off-by: Peter Lieven <pl@kamp.de>
This commit is contained in:
Peter Lieven
2015-04-13 10:13:36 +02:00
parent 63fd8679fa
commit a8b33cefac
4 changed files with 5 additions and 10 deletions

View File

@@ -111,7 +111,6 @@ struct iscsi_context {
int secneg_phase;
int login_attempts;
int is_loggedin;
int is_reconnecting;
int bind_interfaces_cnt;
int nops_in_flight;