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>
1 file changed
tree: 4253dfc51facaab8a9b6cfa3617b79ecef7ae68e
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.