From 620b22ae166b7bc4d3a4a360a360f7fa7417bbc9 Mon Sep 17 00:00:00 2001 From: jdegraeve Date: Fri, 10 Feb 2006 13:22:33 +0000 Subject: [PATCH] Change $racct-> into $rauth-> since we are in authentication and NOT in accounting git-svn-id: https://svn.m0n0.ch/wall/trunk@77 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- captiveportal/radius_authentication.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/captiveportal/radius_authentication.inc b/captiveportal/radius_authentication.inc index 4759127..09f262e 100644 --- a/captiveportal/radius_authentication.inc +++ b/captiveportal/radius_authentication.inc @@ -101,9 +101,9 @@ function RADIUS_AUTHENTICATION($username,$password,$radiusservers,$clientip,$cli $rauth->putAttribute(RADIUS_NAS_PORT, $nas_port); // Extra data to identify the client and nas - $racct->putAttribute(RADIUS_FRAMED_IP_ADDRESS, $clientip); - $racct->putAttribute(RADIUS_CALLING_STATION_ID, $callingstationid); - $racct->putAttribute(RADIUS_CALLED_STATION_ID, $calledstationid); + $rauth->putAttribute(RADIUS_FRAMED_IP_ADDRESS, $clientip); + $rauth->putAttribute(RADIUS_CALLING_STATION_ID, $callingstationid); + $rauth->putAttribute(RADIUS_CALLED_STATION_ID, $calledstationid); // Send request $result = $rauth->send(); -- 2.25.1