diff options
author | Tim Potter <tpot@samba.org> | 2004-08-21 11:48:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:14 -0500 |
commit | ef7c734976dfcf2f7abcc43ce44b9253d3974cec (patch) | |
tree | 701bd91e03f551a4b147998637b172943ef34998 /source4 | |
parent | b7e1ea20dc873a753ff64653987130f03897a4e9 (diff) | |
download | samba-ef7c734976dfcf2f7abcc43ce44b9253d3974cec.tar.gz samba-ef7c734976dfcf2f7abcc43ce44b9253d3974cec.tar.bz2 samba-ef7c734976dfcf2f7abcc43ce44b9253d3974cec.zip |
r1986: Janitor for myself. Merge -r1907:1908 from SAMBA_3_0 branch.
(This used to be commit 99f7feec0ab545271f49ea3ab811eb3022aa03db)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index 35569ca75c..7756751ffe 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -689,7 +689,7 @@ static int cmd_du(void) else pstrcat(mask,p); } else { - pstrcat(mask,"*"); + pstrcat(mask,"\\*"); } do_list(mask, attribute, do_du, recurse, True); |