From: Arran Cudbard-Bell Date: Tue, 26 May 2015 18:21:58 +0000 (-0400) Subject: Always need strvalue X-Git-Tag: release_3_0_9~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed8cadfd3033cea67769454415aca65469ea5c5;p=thirdparty%2Ffreeradius-server.git Always need strvalue --- diff --git a/src/main/client.c b/src/main/client.c index a660cd00d8c..be53bf1b20e 100644 --- a/src/main/client.c +++ b/src/main/client.c @@ -1263,7 +1263,7 @@ RADCLIENT *client_afrom_request(RADCLIENT_LIST *clients, REQUEST *request) /* * Freed at the same time as the vp. */ - if (RDEBUG_ENABLED2) strvalue = vp_aprints_value(vp, vp, '\''); + strvalue = vp_aprints_value(vp, vp, '\''); switch (dynamic_config[i].type) { case PW_TYPE_IPV4_ADDR: