1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r1908: Bugzilla #1541. Fix recursive ls in smbclient. Fix by Josef Zlomek.

(This used to be commit e59af43f6b8f824447bd20efc08dd81f2774e99c)
This commit is contained in:
Tim Potter 2004-08-19 09:59:08 +00:00 committed by Gerald (Jerry) Carter
parent 9723edd84f
commit 423d98fe93

View File

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