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:
parent
9723edd84f
commit
423d98fe93
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user