mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/zerotier: remove sessionClose()
This commit is contained in:
parent
110d71fc3b
commit
f390551cf3
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ class NetworkController extends ApiMutableModelControllerBase
|
|||
|
||||
public function searchAction()
|
||||
{
|
||||
$this->sessionClose();
|
||||
$mdlZerotier = $this->getModel();
|
||||
$grid = new UIModelGrid($mdlZerotier->networks->network);
|
||||
return $grid->fetchBindRequest(
|
||||
|
|
|
|||
Loading…
Reference in a new issue