From 29bc92ec52febd23774deb5f731625f1e18e10ef Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 16 Jan 2015 09:07:31 +0100 Subject: Be consistent with naming of attribute defines. --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 35d55f2..b5061e0 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1295,7 +1295,7 @@ void respond(struct request *rq, uint8_t code, char *message, } } if (copy_proxystate_flag) { - if (radmsg_copy_attrs(msg, rq->msg, RAD_Proxy_State) < 0) { + if (radmsg_copy_attrs(msg, rq->msg, RAD_Attr_Proxy_State) < 0) { debug(DBG_ERR, "%s: unable to copy all Proxy-State attributes", __func__); } -- cgit v1.1