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