diff --git a/opentrafficshaper/plugins/radius/radius.pm b/opentrafficshaper/plugins/radius/radius.pm index 5fb12e05262fe12fff796352e2dcdf0e3ab4fc79..bc0e28853878a956fd9e96b6c4dbe4d4e91b7a56 100644 --- a/opentrafficshaper/plugins/radius/radius.pm +++ b/opentrafficshaper/plugins/radius/radius.pm @@ -195,8 +195,6 @@ sub server_read { 'Status' => getStatus($pkt->rawattr('Acct-Status-Type')), }; - $globals->{'users'}->{$username} = $user; - # Throw the change at the config manager $kernel->post("configmanager" => "process_change" => $user);