commit | 2430197500a63e6384070959dd8f6a741d11d342 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 23 13:40:07 2017 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 23 18:31:34 2017 +0000 |
tree | 4253dfc51facaab8a9b6cfa3617b79ecef7ae68e | |
parent | f43e5d6889b4b1bfe1ec610de845eef67a0856fe [diff] |
server: fix unexpected GetSubTreePaths behavior The intent is that subtree paths enumerate all paths, even paths that don't have any objects associated with them. For example a get subtree paths on /xyz should provide /xyz/openbmc_project. Starting with 1c33c22 get subtree paths incorrectly searches for paths with objects under them. Resolves: openbmc/openbmc#1544 Change-Id: If6db079d10a4216b192bf18d26b4bacbcc264314 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>