From: jdegraeve Date: Fri, 10 Feb 2006 13:22:33 +0000 (+0000) Subject: Change $racct-> into $rauth-> since we are in authentication and NOT in accounting X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=620b22ae166b7bc4d3a4a360a360f7fa7417bbc9;p=m0n0chwall.git 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 --- 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();