Set response bit returning from the ipmi call
diff --git a/ipmid.C b/ipmid.C
index 10422e1..3b136d0 100644
--- a/ipmid.C
+++ b/ipmid.C
@@ -181,8 +181,8 @@
     }
 
 
-    // Needed to see what we get back from the handlers.
-    data_len = msg_length;
+    // Responses in IPMI require a bit set.  So there ya go...
+    netfn |= 0x04;
 
 
     // Add the bytes needed for the methods to be called