commit | bfe55a1f7ca6388662cf9613d08ebb5266cd82f8 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Mar 08 13:48:40 2019 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Mar 15 21:45:10 2019 +0000 |
tree | 1a3ddc08b41ef8019b4e9b2910cf766a719f10a7 | |
parent | d35dcd02df2f3561e8961c24540e20f8c0f548f1 [diff] |
errorResponse must not pack completion code in data payload Until the response goes back out onto D-Bus, the completion code is held in a separate part of the Response object. The D-Bus response has a separate field for the completion code as well, reserving a byte array for response data only. This fixes the ipmitool error message 'Bad response length, len=1' when it attempts to query the PICMG capabilities. Change-Id: Iff0c3cb2e46a20e52229265eebb0995878a41714 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.