b821ee3 sbus: do not try to remove signal listeners when disconnecting

1 file Authored by pbrezina 5 years ago, Committed by jhrozek 5 years ago,
    sbus: do not try to remove signal listeners when disconnecting
    
    This may cause some troubles if the dbus connection was dropped
    as dbus will try to actually send the messages. Also when the
    connectin is being freed, tevent integration is already disabled
    so there is no point in doing this.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>