From a40a817535c28712e27fe2c0f87817af43a249a2 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 15 Feb 2010 16:20:36 +0100 Subject: Add test for number of options in IPA and LDAP backends --- server/providers/ipa/ipa_common.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'server/providers/ipa/ipa_common.c') diff --git a/server/providers/ipa/ipa_common.c b/server/providers/ipa/ipa_common.c index f675e0867..7686227a5 100644 --- a/server/providers/ipa/ipa_common.c +++ b/server/providers/ipa/ipa_common.c @@ -214,11 +214,6 @@ done: return ret; } -/* the following define is used to keep track of * the options in the ldap - * module, so that if they change and ipa is not updated correspondingly - * this will trigger a runtime abort error */ -#define IPA_OPTS_BASIC_TEST 31 - int ipa_get_id_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, -- cgit