server: Skip associations without an endpoint

Improve application robustness by discarding associations
property instances that leave the endpoint blank.

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