From 6dd4421e76c46f46d0699471703e7dc221d05db5 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 25 Mar 2010 15:10:56 +0100 Subject: Regression test against RHBZ #576856 --- src/providers/ipa/ipa_common.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/providers/ipa/ipa_common.c') diff --git a/src/providers/ipa/ipa_common.c b/src/providers/ipa/ipa_common.c index 1fc881f41..13bb11399 100644 --- a/src/providers/ipa/ipa_common.c +++ b/src/providers/ipa/ipa_common.c @@ -388,11 +388,6 @@ done: return ret; } -/* the following define is used to keep track of * the options in the krb5 - * module, so that if they change and ipa is not updated correspondingly - * this will trigger a runtime abort error */ -#define IPA_KRB5_OPTS_TEST 8 - int ipa_get_auth_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, -- cgit