From b5ea231c9c399bd71aa8601c506ea4a8721db430 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 12 Dec 2024 08:39:43 +0100 Subject: [PATCH] mail/postfix: remove sessionClose() --- .../app/controllers/OPNsense/Postfix/Api/ServiceController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/Api/ServiceController.php b/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/Api/ServiceController.php index e0091751c..60018990d 100644 --- a/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/Api/ServiceController.php +++ b/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/Api/ServiceController.php @@ -64,9 +64,6 @@ class ServiceController extends ApiMutableServiceControllerBase public function reconfigureAction() { if ($this->request->isPost()) { - // close session for long running action - $this->sessionClose(); - $mdlGeneral = new General(); $backend = new Backend();