commit | 765c2c8ba8c3d88f4d00bd769516809c88e57674 | [log] [tgz] |
---|---|---|
author | Nagaraju Goruganti <ngorugan@in.ibm.com> | Mon Nov 13 06:17:13 2017 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Nov 17 13:14:36 2017 +0000 |
tree | e96ff48ce0dd75e0ac338c2b7fbc2005cffb1754 | |
parent | fb515796675ccd387e31866fb5e452357eff90c4 [diff] |
Fix missing return value from do_post - For example user-initiated dump REST request has to respond with dump ID. This is not happening, the dump-manager is returning the ID, but rest-bus is not passing the ID to caller. - These changes will fix the issue. Fixes openbmc/openbmc#2592 Change-Id: I7ff3f24236249a4ca58ac6ce90cc9dec6fbe0341 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>