Skip to content

Commit

Permalink
openvpn: fix static key delete
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 2, 2023
1 parent bcabc30 commit da64b4f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ public function setStaticKeyAction($uuid = null)
}
public function delStaticKeyAction($uuid)
{
return $this->delStaticKeyBase('StaticKeys.StaticKey', $uuid);
return $this->delBase('StaticKeys.StaticKey', $uuid);
}

public function genKeyAction()
Expand Down

0 comments on commit da64b4f

Please sign in to comment.