mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
310875e637
Current glibc libraries include a function called init_module(). If we
use the same name, then a dlsym() can find the glibc function if the
module doesn't have an initialisation function.
In ldb, none of our modules have an init_module(), so we end up calling the libc
functions with bogus arguments.
(This used to be commit
|
||
---|---|---|
.. | ||
includes.h | ||
local.h | ||
pstring.h |