diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 184231b..c1e7744 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -18,7 +18,7 @@ #define DEBUG_LEVEL 2 -#define CONFIG_MAIN "/etc/radsecproxy.conf" +#define CONFIG_MAIN SYSCONFDIR"/radsecproxy.conf" /* MAX_REQUESTS must be 256 due to Radius' 8 bit ID field */ #define MAX_REQUESTS 256 |