aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_scsi_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/ctl/ctl_scsi_all.c')
-rw-r--r--sys/cam/ctl/ctl_scsi_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ctl/ctl_scsi_all.c b/sys/cam/ctl/ctl_scsi_all.c
index 815e383c0725..acac6ea36f73 100644
--- a/sys/cam/ctl/ctl_scsi_all.c
+++ b/sys/cam/ctl/ctl_scsi_all.c
@@ -114,7 +114,7 @@ ctl_scsi_path_string(union ctl_io *io, char *path_str, int len)
{
snprintf(path_str, len, "(%u:%u:%u/%u): ",
- io->io_hdr.nexus.initid.id, io->io_hdr.nexus.targ_port,
+ io->io_hdr.nexus.initid, io->io_hdr.nexus.targ_port,
io->io_hdr.nexus.targ_lun, io->io_hdr.nexus.targ_mapped_lun);
}