summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-08-21 11:48:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:14 -0500
commitef7c734976dfcf2f7abcc43ce44b9253d3974cec (patch)
tree701bd91e03f551a4b147998637b172943ef34998 /source4/client
parentb7e1ea20dc873a753ff64653987130f03897a4e9 (diff)
downloadsamba-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/client')
-rw-r--r--source4/client/client.c2
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);