commit | e6b1e996c156ff682f49c868c4897e241977ee18 | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Fri Feb 23 07:24:20 2018 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Feb 25 23:41:21 2018 +0000 |
tree | cf27aa7a977be04c785bc56ce9eab40bc0fb4a51 | |
parent | 0bd5eeaa2ce38b68226fd63970ef1cdcf51791fb [diff] |
ipmi: fix broken asset tag function The Asset Tag command was implemented via https://github.com/openbmc/openbmc/commit/8af3309b, but broke via https://github.com/openbmc/openbmc/commit/b1009126. The latter commit did do the right thing though, the former commit had to use an append operator instead of a weak default value, when specifying a value other than "". The weak default value will not be set at all, when a previously assigned value is found. Resolves openbmc/openbmc#2867. Change-Id: Iddfff7d894e587875898777e3ab272d55654f833 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>