f7e3265 Eliminate segfault on NSS and PAM responder startup.

Authored and Committed by sgallagh 15 years ago
    Eliminate segfault on NSS and PAM responder startup.
    
    If the data provider is not yet available when NSS and PAM start,
    they will generate a segmentation fault when trying to configure
    their automatic reconnection to the Data Provider. I've now added
    code in sss_dp_init() to detect whether the dp_ctx is NULL and
    return EIO.