mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-20 20:24:33 +02:00
Fixed module unloading problems.
This commit is contained in:
parent
94c7324b51
commit
5360a39cc5
@ -38,7 +38,7 @@ Application::~Application(void)
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
WSACleanup();
|
WSACleanup();
|
||||||
#else /* _WIN32 */
|
#else /* _WIN32 */
|
||||||
lt_dlexit();
|
//lt_dlexit();
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user