lib/pdu.c: clean up empty lines
Remove some extra empty lines between functions. Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
This commit is contained in:
@@ -135,6 +135,11 @@ iscsi_full_connect_sync(struct iscsi_context *iscsi,
|
||||
|
||||
event_loop(iscsi, &state);
|
||||
|
||||
/* in case of error, clear loggedin flag to prevent pending pdu callbacks */
|
||||
if (state.status != 0) {
|
||||
iscsi->is_loggedin = 0;
|
||||
}
|
||||
|
||||
return (state.status == SCSI_STATUS_GOOD) ? 0 : -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user