CVS update: samba/source/lib

jra at dp.samba.org jra at dp.samba.org
Thu Oct 31 03:59:29 EST 2002


On Wed, Oct 30, 2002 at 07:07:49AM -0500, jelmer at samba.org wrote:
> 
> Date:	Wed Oct 30 12:07:49 2002
> Author:	jelmer
> 
> Update of /home/cvs/samba/source/lib
> In directory dp.samba.org:/tmp/cvs-serv31478/lib
> 
> Modified Files:
> 	module.c 
> Log Message:
> 
> - Remove RTLD_GLOBAL
> - make smb_load_module() return the return value of init_module()

Jelmer,

	You are writing platform specific code here. Not all
systems have dlopen. Please change this to call the sys_dlXXX
functions instead. This way they can be wrapped for systems
that use a different interface.

Jeremy.



More information about the samba-cvs mailing list