1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00
Andrew Tridgell 310875e637 Change our module code to not use the special symbol name init_module()
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 1b0621068998590e7b1e9528b78744dcd2cd5909)
2008-06-17 13:11:29 +10:00
..
2007-10-10 14:17:43 -05:00
2008-06-15 15:06:26 -04:00
2008-03-18 15:59:21 +01:00
2008-02-21 15:52:32 +01:00
2008-06-14 20:37:40 -04:00
2007-10-10 14:24:55 -05:00
2008-02-28 08:38:53 +11:00
2007-10-10 14:20:19 -05:00
2008-06-16 15:25:48 +02:00
2008-06-16 15:25:48 +02:00
2008-05-08 12:40:56 +02:00
2008-06-15 19:16:35 +02:00
2007-10-10 14:20:19 -05:00