svn commit: samba r1986 - branches/SAMBA_4_0/source/client trunk/source/client

tpot at samba.org tpot at samba.org
Sat Aug 21 11:48:47 GMT 2004


Author: tpot
Date: 2004-08-21 11:48:46 +0000 (Sat, 21 Aug 2004)
New Revision: 1986

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

Log:
Janitor for myself.  Merge -r1907:1908 from SAMBA_3_0 branch.

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


Changeset:
Modified: branches/SAMBA_4_0/source/client/client.c
===================================================================
--- branches/SAMBA_4_0/source/client/client.c	2004-08-21 07:43:29 UTC (rev 1985)
+++ branches/SAMBA_4_0/source/client/client.c	2004-08-21 11:48:46 UTC (rev 1986)
@@ -689,7 +689,7 @@
 		else
 			pstrcat(mask,p);
 	} else {
-		pstrcat(mask,"*");
+		pstrcat(mask,"\\*");
 	}
 
 	do_list(mask, attribute, do_du, recurse, True);

Modified: trunk/source/client/client.c
===================================================================
--- trunk/source/client/client.c	2004-08-21 07:43:29 UTC (rev 1985)
+++ trunk/source/client/client.c	2004-08-21 11:48:46 UTC (rev 1986)
@@ -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