svn commit: samba r1908 - branches/SAMBA_3_0/source/client

tpot at samba.org tpot at samba.org
Thu Aug 19 09:59:08 GMT 2004


Author: tpot
Date: 2004-08-19 09:59:08 +0000 (Thu, 19 Aug 2004)
New Revision: 1908

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1908&nolog=1

Log:
Bugzilla #1541.  Fix recursive ls in smbclient.  Fix by Josef Zlomek.

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	2004-08-19 09:50:54 UTC (rev 1907)
+++ branches/SAMBA_3_0/source/client/client.c	2004-08-19 09:59:08 UTC (rev 1908)
@@ -592,7 +592,7 @@
 		else
 			pstrcat(mask,p);
 	} else {
-		pstrcat(mask,"*");
+		pstrcat(mask,"\\*");
 	}
 
 	do_list(mask, attribute, display_finfo, recurse, True);



More information about the samba-cvs mailing list