diff options
Diffstat (limited to 'isys')
-rw-r--r-- | isys/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/probe.c b/isys/probe.c index db02285ae..e89bb44ae 100644 --- a/isys/probe.c +++ b/isys/probe.c @@ -445,7 +445,7 @@ int kdFindScsiList(struct knownDevices * devices, int code) { switch (state) { case SCSISCSI_TOP: - if (strcmp("Attached devices: ", start)) { + if (strncmp("Attached devices:", start, 17)) { val = -1; goto bye; } |