We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7106473 commit e997836Copy full SHA for e997836
packages/tdnf/SOURCES/tdnf-no-dlclose-plugins.patch
@@ -1,11 +1,20 @@
1
---- tdnf-3.0.0-beta/client/plugins.c.orig 2021-11-19 14:57:30.307988836 +0000
2
-+++ tdnf-3.0.0-beta/client/plugins.c 2021-11-19 14:57:15.299176437 +0000
+--- tdnf-3.1.5-orig/client/plugins.c 2021-10-06 18:39:26.000000000 +0000
++++ tdnf-3.1.5/client/plugins.c 2021-11-21 22:02:46.471605920 +0000
3
@@ -197,7 +197,7 @@
4
}
5
if (pPlugin->pModule)
6
{
7
- dlclose(pPlugin->pModule);
8
-+ //dlclose(pPlugin->pModule);
++ // dlclose(pPlugin->pModule);
9
10
11
12
+@@ -519,7 +519,7 @@
13
+ {
14
+ if (pPlugin->pModule)
15
16
+- dlclose(pPlugin->pModule);
17
18
+ pPlugin->pModule = NULL;
19
+ }
20
+ pPlugin->nEnabled = 0;
0 commit comments