Fix typo in r267481.

MFC after:	3 days
This commit is contained in:
Alexander Motin 2014-06-27 06:52:37 +00:00
parent 62f17e92fe
commit 1d6f7db544

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");