Page MenuHomeFreeBSD

D32682.diff
No OneTemporary

D32682.diff

diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -582,7 +582,8 @@
if (newunit != dunit)
continue;
- if (resource_int_value(dname, dunit, "target", &val) == 0 ||
+ if (resource_int_value(dname, dunit, "lun", &val) == 0 ||
+ resource_int_value(dname, dunit, "target", &val) == 0 ||
resource_string_value(dname, dunit, "at", &strval) == 0)
break;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 24, 12:25 AM (15 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12609384
Default Alt Text
D32682.diff (449 B)

Event Timeline