mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +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
|
#ifdef _WIN32
|
||||||
return reinterpret_cast<unsigned long>(GetCurrentThreadId());
|
return reinterpret_cast<unsigned long>(GetCurrentThreadId());
|
||||||
#else /* _WIN32 */
|
#else /* _WIN32 */
|
||||||
return reinterpret_cast<unsigned long>(pthread_self());
|
return (unsigned long)pthread_self();
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user