lslebodn / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

bc1e8ff sbus: do not use signature when copying dictionary entry

1 file Authored by pbrezina 5 years ago, Committed by jhrozek 5 years ago,
    sbus: do not use signature when copying dictionary entry
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/3921
    
    When we open container for DBUS_TYPE_DICT_ENTRY, dbus expects the
    signature to be NULL.
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>