Fixed debug message. Noted by Dave Anderson.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 17 Feb 2009 13:14:18 +0000 (14:14 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 17 Feb 2009 13:14:18 +0000 (14:14 +0100)
src/modules/rlm_wimax/rlm_wimax.c

index 181283b..f468c27 100644 (file)
@@ -69,7 +69,7 @@ static int wimax_authorize(void *instance, REQUEST *request)
                vp->length = (5*3)+2;
 
                DEBUG2("rlm_wimax: Fixing WiMAX binary Calling-Station-Id to %s",
-                      buffer);
+                      vp->vp_strvalue);
        }
 
        return RLM_MODULE_OK;