CVS update: samba/source/rpc_client

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

Modified Files:
      Tag: SAMBA_2_2
	cli_spoolss_notify.c cli_trust.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:
cli_spoolss_notify.c		1.1.2.13 => 1.1.2.14
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_spoolss_notify.c?r1=1.1.2.13&r2=1.1.2.14
cli_trust.c		1.2.2.5 => 1.2.2.6
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_trust.c?r1=1.2.2.5&r2=1.2.2.6



More information about the samba-cvs mailing list