From f06d902b3138b983743c517dd7d6fd7d6362b1f9 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Apr 2011 13:32:04 +0200 Subject: Add configuration of client fticksVISINST. --- radsecproxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 5856113..8cf2f27 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2676,6 +2676,7 @@ int confclient_cb(struct gconffile **cf, void *arg, char *block, char *opt, char "rewriteIn", CONF_STR, &conf->confrewritein, "rewriteOut", CONF_STR, &conf->confrewriteout, "rewriteattribute", CONF_STR, &conf->confrewriteusername, + "fticksVISCOUNTRY", CONF_STR, &conf->fticks_viscountry, NULL )) debugx(1, DBG_ERR, "configuration error"); -- cgit v1.1