summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
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);