summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/client/client.c')
-rw-r--r--source/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index 1fccfaa581c..e14bcaa2616 100644
--- a/source/client/client.c
+++ b/source/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);