476b2f4 Properly check that the timeout event was created for cleanup/enum

Authored and Committed by sgallagh 13 years ago
    Properly check that the timeout event was created for cleanup/enum
    
    We need to make sure that if we didn't create the timeout, that we
    cancel the request so there's no chance of ending up with two
    enumerations/cleanups running simultaneously. We'll attempt to
    reschedule later, if possible.
    
    https://fedorahosted.org/sssd/ticket/524