Low: libcrmservice: Unref D-Bus connection in pcmk_dbus_disconnect()
We can't close the shared connection, but we should unref it. The D-Bus
documentation explains further:
https://dbus.freedesktop.org/doc/api/html/group__DBusConnection.html#ga6385ff09bc108238c4429e7c195dab25
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>