mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 23:54:07 +02:00
Build fix for Linux (oops)
This commit is contained in:
parent
d8619cce6d
commit
541dacb636
@ -38,7 +38,7 @@ static unsigned long OpenSSLIDCallback(void)
|
||||
#ifdef _WIN32
|
||||
return reinterpret_cast<unsigned long>(GetCurrentThreadId());
|
||||
#else /* _WIN32 */
|
||||
return reinterpret_cast<unsigned long>(pthread_self());
|
||||
return (unsigned long)pthread_self();
|
||||
#endif /* _WIN32 */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user