mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix CallInit overriding the error from dlopen.
This commit is contained in:
parent
270e77e05f
commit
fdf0e13dd0
@ -69,6 +69,9 @@ DLLManager::~DLLManager()
|
||||
|
||||
Module* DLLManager::CallInit()
|
||||
{
|
||||
if (!lib)
|
||||
return NULL;
|
||||
|
||||
const unsigned long* abi = GetSymbol<const unsigned long>(MODULE_STR_ABI);
|
||||
if (!abi)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user