From: mkasper Date: Sun, 2 Apr 2006 16:56:14 +0000 (+0000) Subject: Fix negative NAS-Port in RADIUS Access-Requests. X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25587aa9e0b00a4cb2b2a9638b975c633eb38102;p=m0n0chwall.git Fix negative NAS-Port in RADIUS Access-Requests. git-svn-id: https://svn.m0n0.ch/wall/trunk@127 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- diff --git a/phpconf/inc/captiveportal.inc b/phpconf/inc/captiveportal.inc index 824948d..858aee2 100644 --- a/phpconf/inc/captiveportal.inc +++ b/phpconf/inc/captiveportal.inc @@ -793,7 +793,7 @@ function radius($username,$password,$clientip,$clientmac,$type) { $radiusservers, $clientip, $clientmac, - $next_ruleno); + $ruleno); if ($auth_list['auth_val'] == 2) { captiveportal_logportalauth($username,$clientmac,$clientip,$type);