CVS update: samba/source/libsmb

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/libsmb
In directory dp.samba.org:/tmp/cvs-serv1886/libsmb

Modified Files:
      Tag: SAMBA_2_2
	cliconnect.c domain_client_validate.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:
cliconnect.c		1.2.4.26 => 1.2.4.27
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c?r1=1.2.4.26&r2=1.2.4.27
domain_client_validate.c		1.13.2.8 => 1.13.2.9
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/domain_client_validate.c?r1=1.13.2.8&r2=1.13.2.9



More information about the samba-cvs mailing list