summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-08-28 08:31:18 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-28 22:13:42 +0200
commit696605a4d7baa9aa8d5f30b0bb0e80e2afdc94ef (patch)
tree2a788e70c92ebefca4d961ade1242dbcbe807728
parent05fa70fd2b651aef91a0398659d1548d9e06c709 (diff)
downloadsssd-696605a4d7baa9aa8d5f30b0bb0e80e2afdc94ef.tar.gz
sssd-696605a4d7baa9aa8d5f30b0bb0e80e2afdc94ef.tar.xz
sssd-696605a4d7baa9aa8d5f30b0bb0e80e2afdc94ef.zip
MEMBEROF: Remove temporary workaround
-rw-r--r--src/ldb_modules/memberof.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ldb_modules/memberof.c b/src/ldb_modules/memberof.c
index 79b33137b..c26a13bb9 100644
--- a/src/ldb_modules/memberof.c
+++ b/src/ldb_modules/memberof.c
@@ -17,11 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* Temporary workaround, will be fixed in ldb upstream soon */
-#ifndef LDB_VERSION
-#define LDB_VERSION "0.9.22"
-#endif
-
#include <string.h>
#include "ldb_module.h"
#include "util/util.h"