From fa70d7266bc56dbaa70cb9a690f230492b3c1279 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sat, 9 Oct 2010 17:52:56 +0200 Subject: [PATCH] Fix parameters to soh_verify --- src/modules/rlm_soh/rlm_soh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rlm_soh/rlm_soh.c b/src/modules/rlm_soh/rlm_soh.c index c5aa1fe..027e0f6 100644 --- a/src/modules/rlm_soh/rlm_soh.c +++ b/src/modules/rlm_soh/rlm_soh.c @@ -205,7 +205,7 @@ static int soh_authorize(UNUSED void * instance, REQUEST *request) RDEBUG("SoH radius VP found"); /* decode it */ - rv = soh_verify(request, request->packet->vps, vp->vp_octets, vp->length); + rv = soh_verify(request->packet->vps, vp->vp_octets, vp->length); return RLM_MODULE_OK; } -- 2.1.4