eldbus: Call dbus_bus_register() for TYPE_ADDRESS connections
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 27 Jun 2013 20:24:46 +0000 (17:24 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 27 Jun 2013 20:24:46 +0000 (17:24 -0300)
commitf6295c582884eaac91145b8e1f7dae2c528ecda7
treea0e91b2e1f889a537fbb8e8818178dea06cbb88b
parent6f255a7ccc1ac1866c188adfcb9719e1ee1bf4c5
eldbus: Call dbus_bus_register() for TYPE_ADDRESS connections

From D-Bus documentation:

http://dbus.freedesktop.org/doc/api/html/group__DBusBus.html

dbus_bus_register():

    If you open a bus connection with dbus_connection_open() or
    dbus_connection_open_private() you will have to dbus_bus_register()
    yourself, or make the appropriate registration method calls yourself.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
src/lib/eldbus/eldbus_core.c