summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-01-31 11:28:37 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-01-31 15:42:44 -0500
commitf538f60af6eb89ffada04d42a6645680543c8722 (patch)
treea02eb284bfedeaa4b1225aad64b67cb67fe2b523 /src
parent35ce74118cd1776455cdda12840dd5951cc2354a (diff)
downloadsssd-f538f60af6eb89ffada04d42a6645680543c8722.tar.gz
sssd-f538f60af6eb89ffada04d42a6645680543c8722.tar.xz
sssd-f538f60af6eb89ffada04d42a6645680543c8722.zip
Remove LDAP_DEPRECATED
Diffstat (limited to 'src')
-rw-r--r--src/providers/ldap/sdap.c1
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"