mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
%s not $s
This commit is contained in:
parent
5b9a7278da
commit
62118e15fe
@ -1476,7 +1476,7 @@ int process_tar(void)
|
||||
} else {
|
||||
pstring mask;
|
||||
safe_strcpy(mask,cur_dir, sizeof(pstring));
|
||||
DEBUG(5, ("process_tar, do_list with mask: $s\n", mask));
|
||||
DEBUG(5, ("process_tar, do_list with mask: %s\n", mask));
|
||||
safe_strcat(mask,"\\*", sizeof(pstring));
|
||||
do_list(mask,attribute,do_tar,False, True);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user