Fix interface filter logic bug on GetSubTreePaths

This doesn't appear to have ever worked or only in very select
situations.  When enumerating paths with a filter, handle path-
only elements with no interface data.

Resolves: openbmc/openbmc#2226

Change-Id: I50a8394c35d5f00f715b153bf6d0bb0b6f153bcf
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 5c98479ea0284dfe2c48b4fc0e7068775f8789ad
  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`.