Univention Bugzilla – Attachment 11212 Details for
Bug 57194
Error 20: Authentication token manipulation error until UMC restart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
umc-client-close.patch
umc-client-close.patch (text/plain), 847 bytes, created by
Felix Botner
on 2024-05-27 09:36:03 CEST
(
hide
)
Description:
umc-client-close.patch
Filename:
MIME Type:
Creator:
Felix Botner
Created:
2024-05-27 09:36:03 CEST
Size:
847 bytes
patch
obsolete
>diff --git a/management/univention-management-console/src/univention/management/console/resources.py b/management/univention-management-console/src/univention/management/console/resources.py >index f3121617228..0d6d74a4b31 100644 >--- a/management/univention-management-console/src/univention/management/console/resources.py >+++ b/management/univention-management-console/src/univention/management/console/resources.py >@@ -293,6 +293,8 @@ class ModuleProcess(_ModuleConnection): > # type: (int) -> None > pid = self.pid() > CORE.process('ModuleProcess: child %d (%s) exited with %d%s' % (pid, self.name, returncode, self.str_returncode(returncode))) >+ if self._client and not self._client._closed: >+ self._client.close() > self.disconnect_inactivity_timer() > > def str_returncode(self, returncode):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57194
: 11212