]> git.gsnw.org Git - m0n0chwall.git/commitdiff
Fix negative NAS-Port in RADIUS Access-Requests.
authormkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Sun, 2 Apr 2006 16:56:14 +0000 (16:56 +0000)
committermkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Sun, 2 Apr 2006 16:56:14 +0000 (16:56 +0000)
git-svn-id: https://svn.m0n0.ch/wall/trunk@127 e36fee2c-cc09-0410-a7cc-ebac5c6737de

phpconf/inc/captiveportal.inc

index 824948d322fc32ab08f18818d1712f5fe2c74d20..858aee2c56d7c3313e6dacdadf70df9f7cbe7392 100644 (file)
@@ -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);