diff options
author | Sumit Bose <sbose@redhat.com> | 2009-10-13 12:11:07 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-13 14:01:17 -0400 |
commit | 0ab357e3c9dc9cbadc808367db99908591942780 (patch) | |
tree | 9510c54f5750336fc2df3f97fd1031e829964a8d /server/providers/ldap/sdap.c | |
parent | 71159cf77a3534bad75acbafd3120b860ab182e8 (diff) | |
download | sssd-0ab357e3c9dc9cbadc808367db99908591942780.tar.gz sssd-0ab357e3c9dc9cbadc808367db99908591942780.tar.bz2 sssd-0ab357e3c9dc9cbadc808367db99908591942780.zip |
add a replacement if ldap_control_create is missing
Diffstat (limited to 'server/providers/ldap/sdap.c')
-rw-r--r-- | server/providers/ldap/sdap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/providers/ldap/sdap.c b/server/providers/ldap/sdap.c index 47f76f9c..ba234ed0 100644 --- a/server/providers/ldap/sdap.c +++ b/server/providers/ldap/sdap.c @@ -20,7 +20,6 @@ */ #define LDAP_DEPRECATED 1 -#include <ldap.h> #include "util/util.h" #include "confdb/confdb.h" #include "providers/ldap/sdap.h" |