mirror of
https://github.com/znc/znc.git
synced 2026-05-06 21:42:28 +02:00
Modperl: ZNC::Core::Init is not used anymore for a long time.
The code which calls it didn't check for errors.
This commit is contained in:
@@ -112,9 +112,6 @@ class CModPerl : public CModule {
|
||||
return false;
|
||||
}
|
||||
PL_exit_flags |= PERL_EXIT_DESTRUCT_END;
|
||||
PSTART;
|
||||
PCALL("ZNC::Core::Init");
|
||||
PEND;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user