commit | 0d73b108d235cd403f98fbbf72346fdce0bf8fd8 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed May 09 10:29:42 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Thu May 10 09:18:09 2018 -0700 |
tree | 17fa7ea7ad4ab93ee8e4a4f2a3f76371dadf2330 | |
parent | 1df1a2c84dcc217425b69cea2dd60ce6871f15ec [diff] |
dbus: util: Remove explicit element count The dbus interface can have new properties added, and it's improbable to have the three we care about removed. Therefore, let's remove the explicit count check on the number of properties returned. Change-Id: Ia292c73dc889a33a4b1f334585bbce910f20a580 Signed-off-by: Patrick Venture <venture@google.com>