Date:   Mon Mar 31 01:08:59 2003
Author: abartlet

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv6940/smbd

Modified Files:
        conn.c 
Log Message:
Don't try and dlsym or dlclose a NULL pointer.

The new modules system does not always dlopen() it's modules, and when it 
does, it keeps them open for the life of the server, not the life of the 
connection.

This caused a segfault on every tree disconnect!

Andrew Bartlett


Revisions:
conn.c          1.22 => 1.23
        http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/conn.c?r1=1.22&r2=1.23

Reply via email to