summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/clitar.c')
-rw-r--r--source3/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c
index e7ddfc5fa0..49b076b5e6 100644
--- a/source3/client/clitar.c
+++ b/source3/client/clitar.c
@@ -848,7 +848,7 @@ static void do_tar(file_info *finfo)
}
ntarf++; /* Make sure we have a file on there */
safe_strcpy(mtar_mask,cur_dir, sizeof(pstring));
- safe_strcat(mtar_mask,"*.*", sizeof(pstring));
+ safe_strcat(mtar_mask,"*", sizeof(pstring));
do_list(mtar_mask, attribute, do_tar, False, True);
safe_strcpy(cur_dir,saved_curdir, sizeof(pstring));
}