]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Always need strvalue
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 26 May 2015 18:21:58 +0000 (14:21 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 26 May 2015 18:22:19 +0000 (14:22 -0400)
src/main/client.c

index a660cd00d8c0040f6f138eefd220ff09add0ca01..be53bf1b20e7fcc19a838d1848eae36d553c8b10 100644 (file)
@@ -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: