fixup! RTPG support

This commit is contained in:
Anatoliy Glagolev
2025-07-03 17:40:26 -06:00
parent 19d05ab7a7
commit 4c39ccc9fc

View File

@@ -64,7 +64,7 @@ void do_rtpg(struct iscsi_context *iscsi, int lun)
task = scsi_cdb_report_target_port_groups(alloc_size);
if (task == NULL) {
fprintf(stderr, "Failed to allocate CBD for RTPG (size %d)\n", full_size);
fprintf(stderr, "Failed to allocate CBD for RTPG (size %d)\n", alloc_size);
exit(10);
}