summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 1fccfaa581..e14bcaa261 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -592,7 +592,7 @@ static int cmd_dir(void)
else
pstrcat(mask,p);
} else {
- pstrcat(mask,"*");
+ pstrcat(mask,"\\*");
}
do_list(mask, attribute, display_finfo, recurse, True);