Fix a cut-n-paste typo in an error message
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ iscsi_task_mgmt_async(struct iscsi_context *iscsi,
|
|||||||
struct iscsi_pdu *pdu;
|
struct iscsi_pdu *pdu;
|
||||||
|
|
||||||
if (iscsi->is_loggedin == 0) {
|
if (iscsi->is_loggedin == 0) {
|
||||||
iscsi_set_error(iscsi, "trying send nop-out while not logged "
|
iscsi_set_error(iscsi, "trying send task-mgmt while not logged "
|
||||||
"in");
|
"in");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user