summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-10-20 11:50:55 +0200
committerLinus Nordberg <linus@nordu.net>2016-11-01 10:36:48 +0100
commit3b3742a9f5fb087674bd448636c06f011f81e8d7 (patch)
treea91757eeb6127ad2e779ab31dc105d25b061639c /radsecproxy.h
parenta44e795d6cb39edb422afb99841dfe7e242f6bb7 (diff)
Remove --enable-experimental-dyndisc build config knob.
Be aware that use of the DynamicLookupCommand configuration option still enables code known to be buggy.
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h5
1 files changed, 1 insertions, 4 deletions
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 <sys/time.h>
@@ -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;