diff options
author | Sumit Bose <sbose@redhat.com> | 2011-01-31 11:28:37 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-31 15:42:44 -0500 |
commit | f538f60af6eb89ffada04d42a6645680543c8722 (patch) | |
tree | a02eb284bfedeaa4b1225aad64b67cb67fe2b523 | |
parent | 35ce74118cd1776455cdda12840dd5951cc2354a (diff) | |
download | sssd-f538f60af6eb89ffada04d42a6645680543c8722.tar.gz sssd-f538f60af6eb89ffada04d42a6645680543c8722.tar.xz sssd-f538f60af6eb89ffada04d42a6645680543c8722.zip |
Remove LDAP_DEPRECATED
-rw-r--r-- | src/providers/ldap/sdap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap.c b/src/providers/ldap/sdap.c index 95c39a0c9..5e4e56d13 100644 --- a/src/providers/ldap/sdap.c +++ b/src/providers/ldap/sdap.c @@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define LDAP_DEPRECATED 1 #include "util/util.h" #include "confdb/confdb.h" #include "providers/ldap/ldap_common.h" |