svn commit: samba r1730 - branches/SAMBA_4_0/source/client

abartlet at samba.org abartlet at samba.org
Wed Aug 11 18:08:46 GMT 2004


Author: abartlet
Date: 2004-08-11 18:08:46 +0000 (Wed, 11 Aug 2004)
New Revision: 1730
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1730&nolog=1
Log:
We cannot dereference c->tree here, as there is not a tree yet.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/client/client.c

Changeset:
Modified: branches/SAMBA_4_0/source/client/client.c
===================================================================
--- branches/SAMBA_4_0/source/client/client.c	2004-08-11 18:05:30 UTC (rev 1729)
+++ branches/SAMBA_4_0/source/client/client.c	2004-08-11 18:08:46 UTC (rev 1730)
@@ -2782,8 +2782,8 @@
 
 	if (!smbcli_transport_establish(c, &calling, &called)) {
 		char *p;
-		d_printf("session request to %s failed (%s)\n", 
-			 called.name, smbcli_errstr(c->tree));
+		d_printf("session request to %s failed\n", 
+			 called.name);
 		smbcli_shutdown(c);
 		if ((p=strchr_m(called.name, '.'))) {
 			*p = 0;



More information about the samba-cvs mailing list