From 3b3742a9f5fb087674bd448636c06f011f81e8d7 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 20 Oct 2016 11:50:55 +0200 Subject: Remove --enable-experimental-dyndisc build config knob. Be aware that use of the DynamicLookupCommand configuration option still enables code known to be buggy. --- radsecproxy.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 982515c..244eb5c 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -1,5 +1,5 @@ /* Copyright (c) 2007-2009, UNINETT AS - * Copyright (c) 2010-2012, NORDUnet A/S */ + * Copyright (c) 2010-2012,2016, NORDUnet A/S */ /* See LICENSE for licensing information. */ #include @@ -169,9 +169,6 @@ struct server { uint8_t lostrqs; uint8_t dynstartup; uint8_t dynfailing; -#if defined ENABLE_EXPERIMENTAL_DYNDISC - uint8_t in_use; -#endif char *dynamiclookuparg; int nextid; struct timeval lastrcv; -- cgit v1.1