From: Alan T. DeKok Date: Wed, 20 Feb 2013 04:32:39 +0000 (-0500) Subject: Remove compiler warning X-Git-Tag: release_3_0_0_beta1~996 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c79df39cc05f32891ddbc26fc89a35da54cd08;p=thirdparty%2Ffreeradius-server.git Remove compiler warning --- diff --git a/src/main/evaluate.c b/src/main/evaluate.c index fa2fa3f4884..508ca9f6d58 100644 --- a/src/main/evaluate.c +++ b/src/main/evaluate.c @@ -1207,7 +1207,6 @@ int radius_update_attrlist(REQUEST *request, CONF_SECTION *cs, * not, panic. */ if (vp->type == VT_XLAT) { - char *tmp; const char *value; char buffer[2048];