Date: Mon Jan 6 06:15:34 2003
Author: abartlet
Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv10351/source/smbd
Modified Files:
service.c vfs.c
Log Message:
Fix a segfault when we don't correctly load a VFS module (don't keep it in
the loaded list on error). Also change some of the error returns, becouse
NT_STATUS_UNSUCCESSFUL gives a most useless error message on the client.
As for which error, my logic is that a share without a valid VFS module is
not a valid share, and therefore should return the same error as a non-existant
share.
Andrew Bartlett
Revisions:
service.c 1.110 => 1.111
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/service.c?r1=1.110&r2=1.111
vfs.c 1.67 => 1.68
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs.c?r1=1.67&r2=1.68