75696dd RESPONDER: Log failures from bind() and listen()

Authored and Committed by jhrozek 5 years ago
    RESPONDER: Log failures from bind() and listen()
    
    We've seen reports from users where SSSD (for a reason which is not
    known at the moment) couldn't bind to the created socket. This patch
    just logs the errno which should help in debugging issues like that in
    the future.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>