CVS update: samba/source/smbd

vlendec at samba.org vlendec at samba.org
Wed Sep 11 18:28:46 EST 2002


Date:	Wed Sep 11 08:28:46 2002
Author:	vlendec

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

Modified Files:
      Tag: SAMBA_2_2
	password.c 
Log Message:
This is a little internal API change. The reason was another segfault
in connect_to_domain_password_server. When
attempt_netbios_session_request failed, it had already called
cli_shutdown. The cli_errstr directly after that then
segfaulted. Instead of fixing this little problem, I looked at all the
uses of attempt_netbios_session_request and found that it is somewhat
irregular to the other cli_whatever functions. Thus
attempt_netb... now does not call cli_shutdown on error anymore.

And, there's two paces where we forgot to call cli_shutdown.

Thanks to Martin Bahlinger <ry42 at rz.uni-karlsruhe.de> for his
patience. I hope this does it now for him.

Volker


Revisions:
password.c		1.186.2.63 => 1.186.2.64
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c?r1=1.186.2.63&r2=1.186.2.64



More information about the samba-cvs mailing list