mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Change "znc" to "ZNC".
This commit is contained in:
@@ -1100,7 +1100,7 @@ ModHandle CModules::OpenModule(const CString& sModule, const CString& sModPath,
|
||||
// that (despite what the man page says) we must include either of
|
||||
// RTLD_NOW and RTLD_LAZY and either of RTLD_GLOBAL and RTLD_LOCAL.
|
||||
//
|
||||
// RTLD_NOW vs. RTLD_LAZY: We use RTLD_NOW to avoid znc dying due to
|
||||
// RTLD_NOW vs. RTLD_LAZY: We use RTLD_NOW to avoid ZNC dying due to
|
||||
// failed symbol lookups later on. Doesn't really seem to have much of a
|
||||
// performance impact.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user