From 2c70584384ab70cb28477dc9c8fb2179b293fe88 Mon Sep 17 00:00:00 2001 From: Maja Gorecka-Wolniewicz Date: Wed, 21 Dec 2011 10:10:33 +0100 Subject: New option for client block - fticksVISINST --- radsecproxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index d08426e..4d6cc1a 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2690,6 +2690,7 @@ int confclient_cb(struct gconffile **cf, void *arg, char *block, char *opt, char "rewriteattribute", CONF_STR, &conf->confrewriteusername, #if defined(WANT_FTICKS) "fticksVISCOUNTRY", CONF_STR, &conf->fticks_viscountry, + "fticksVISINST", CONF_STR, &conf->fticks_visinst, #endif NULL )) -- cgit v1.1