summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_fd_events.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-26Make the handling of fd events opaqueSumit Bose1-0/+259
Depending on the version of the OpenLDAP libraries we use two different schemes to find the file descriptor of the connection to the LDAP server. This patch removes the related ifdefs from the main code and introduces helper functions which can handle the specific cases.