1
0
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:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent 5b9a7278da
commit 62118e15fe

View File

@ -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);
}