commit | a3de8a8b254723b0cce4a2c0396b67dfe793624a | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Sat May 09 10:04:11 2020 +0800 |
committer | Yong Li <yong.b.li@linux.intel.com> | Sat May 09 10:06:22 2020 +0800 |
tree | 9aaa8a3ede95fd0fd02e0dd2c288c90e71c63f98 | |
parent | a6ad5e161e5e5db4258b04254b19796f154b8533 [diff] |
Use public for enable_shared_from_this The default inheritance for class is private, the weak_from_this will always returns NULL. This causes the SOL data is out of sync, change it to public. Tested: Ipmitool sol works the same as SOL in webui Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: I8f80521e58684c178973447e40c7a10dd2ae18c9