summaryrefslogtreecommitdiff
path: root/src/providers/data_provider_callbacks.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10Check the correct variable for NULL after creating timerStephen Gallagher1-1/+1
In several places, we were creating a new timer and assigning it to the tev variable, but then we were checking for NULL from the te variable (which, incidentally, is guaranteed never to be NULL in this situation) https://fedorahosted.org/sssd/ticket/523
2010-05-27Reset run_online_cb flag even if there are no callbacksSumit Bose1-8/+10
2010-05-27Add offline callbacksSumit Bose1-0/+22
2010-05-27Refactor data provider callbacksSumit Bose1-0/+182