socket: process PDUs directly after receiving them
this eliminated the need for an inqueue Signed-off-by: Peter Lieven <pl@kamp.de>
This commit is contained in:
@@ -371,9 +371,6 @@ iscsi_destroy_context(struct iscsi_context *iscsi)
|
||||
if (iscsi->incoming != NULL) {
|
||||
iscsi_free_iscsi_in_pdu(iscsi, iscsi->incoming);
|
||||
}
|
||||
if (iscsi->inqueue != NULL) {
|
||||
iscsi_free_iscsi_inqueue(iscsi, iscsi->inqueue);
|
||||
}
|
||||
|
||||
iscsi->connect_data = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user