From 4c39ccc9fcf32ca07b320d744bf0f573f95dc376 Mon Sep 17 00:00:00 2001 From: Anatoliy Glagolev Date: Thu, 3 Jul 2025 17:40:26 -0600 Subject: [PATCH] fixup! RTPG support --- utils/iscsi-rtpg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/iscsi-rtpg.c b/utils/iscsi-rtpg.c index 9fbcad0..0914800 100644 --- a/utils/iscsi-rtpg.c +++ b/utils/iscsi-rtpg.c @@ -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); }