summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_callbacks.c
Commit message (Collapse)AuthorAgeFilesLines
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-101-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
* Reset run_online_cb flag even if there are no callbacksSumit Bose2010-05-271-8/+10
|
* Add offline callbacksSumit Bose2010-05-271-0/+22
|
* Refactor data provider callbacksSumit Bose2010-05-271-0/+182