tags 565031 +patch
thanks

Hi,

attached is a patch that fixes the problem.

Cheers,
   Stefan.
Index: lshw-02.14/src/core/scsi.cc
===================================================================
--- lshw-02.14.orig/src/core/scsi.cc	2010-12-13 23:55:43.494719741 +0100
+++ lshw-02.14/src/core/scsi.cc	2010-12-13 23:56:42.804719786 +0100
@@ -842,7 +842,7 @@
 
           if (!controller)
           {
-            controller = node.addChild(hwNode::hwNode("scsi", hw::storage));
+            controller = node.addChild(hwNode("scsi", hw::storage));
             if (controller)
             {
               controller->setLogicalName(host_logicalname(number));

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to