svn commit: samba r5979 - in branches/SAMBA_3_0/source/client: .

jra at samba.org jra at samba.org
Tue Mar 22 23:18:42 GMT 2005


Author: jra
Date: 2005-03-22 23:18:41 +0000 (Tue, 22 Mar 2005)
New Revision: 5979

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5979

Log:
Don't crash when talking to a Win98 server (bugid #2530 - not a fix
buy just prevent the crash).
Jeremy.

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


Changeset:
Modified: branches/SAMBA_3_0/source/client/client.c
===================================================================
--- branches/SAMBA_3_0/source/client/client.c	2005-03-22 23:18:33 UTC (rev 5978)
+++ branches/SAMBA_3_0/source/client/client.c	2005-03-22 23:18:41 UTC (rev 5979)
@@ -219,6 +219,7 @@
 
 	if ( !cli_resolve_path( "", cli, cur_dir, &targetcli, targetpath ) ) {
 		d_printf("Error in dskattr: %s\n", cli_errstr(cli));
+		return 1;
 	}
 
 	if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {



More information about the samba-cvs mailing list