From 94effa3f552ef1ca2025a4023404766d1758923f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 17 Feb 2009 14:14:18 +0100 Subject: [PATCH] Fixed debug message. Noted by Dave Anderson. --- src/modules/rlm_wimax/rlm_wimax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rlm_wimax/rlm_wimax.c b/src/modules/rlm_wimax/rlm_wimax.c index 181283b..f468c27 100644 --- a/src/modules/rlm_wimax/rlm_wimax.c +++ b/src/modules/rlm_wimax/rlm_wimax.c @@ -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; -- 2.1.4