From 3fff68f56b3c68897821c49ec7357a4f36bafa96 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 5 Sep 2011 09:54:46 +0200 Subject: sss_ldap_err2string() - function created https://fedorahosted.org/sssd/ticket/986 --- src/providers/ldap/sdap_async_connection.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/providers') diff --git a/src/providers/ldap/sdap_async_connection.c b/src/providers/ldap/sdap_async_connection.c index b391aa96f..83e66708b 100644 --- a/src/providers/ldap/sdap_async_connection.c +++ b/src/providers/ldap/sdap_async_connection.c @@ -29,8 +29,6 @@ #include "providers/ldap/sdap_async_private.h" #include "providers/ldap/ldap_common.h" -#define LDAP_X_SSSD_PASSWORD_EXPIRED 0x555D - errno_t deref_string_to_val(const char *str, int *val) { if (strcasecmp(str, "never") == 0) { -- cgit