1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r1986: Janitor for myself. Merge -r1907:1908 from SAMBA_3_0 branch.

(This used to be commit 99f7feec0a)
This commit is contained in:
Tim Potter 2004-08-21 11:48:46 +00:00 committed by Gerald (Jerry) Carter
parent b7e1ea20dc
commit ef7c734976

View File

@ -689,7 +689,7 @@ static int cmd_du(void)
else
pstrcat(mask,p);
} else {
pstrcat(mask,"*");
pstrcat(mask,"\\*");
}
do_list(mask, attribute, do_du, recurse, True);