Fix typo in r267481.

MFC after:	3 days
This commit is contained in:
mav 2014-06-27 06:52:37 +00:00
parent 80a89f9553
commit 689a02cb4f

View File

@ -2410,7 +2410,7 @@ cfiscsi_lun_enable(void *arg, struct ctl_id target_id, int lun_id)
target = ctl_get_opt(control_softc->ctl_luns[lun_id]->be_lun,
"cfiscsi_target");
target_alias = ctl_get_opt(control_softc->ctl_luns[lun_id]->be_lun,
"cfiscsi_target)alias");
"cfiscsi_target_alias");
lun = ctl_get_opt(control_softc->ctl_luns[lun_id]->be_lun,
"cfiscsi_lun");