Client status map key correction

This commit is contained in:
Gergely Bakos 2020-04-28 10:24:33 +02:00
parent d45c3276c8
commit 59e1a311fb
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ function pfz_openvpn_clientvalue($client_id, $valuekey){
switch ($valuekey){
case "status":
$value = pfz_valuemap("openvpn.server.client", $value);
$value = pfz_valuemap("openvpn.client.status", $value);
break;
}