| commit | 596dcfa21fba253b25020be8578efb6a1a1e30d2 | [log] [download] |
|---|---|---|
| author | Darren Tucker <dtucker@zip.com.au> | Sat Dec 11 13:37:22 2004 +1100 |
| committer | Darren Tucker <dtucker@zip.com.au> | Sat Dec 11 13:37:22 2004 +1100 |
| tree | 5fff9bb8679f9408d292bdb400f1931263b5d48f | |
| parent | 56c9598e5edacbb45d155eebafb3480c6efb7382 [diff] |
- fgsch@cvs.openbsd.org 2004/12/10 03:10:42
[sftp.c]
- fix globbed ls for paths the same lenght as the globbed path when
we have a unique matching.
- fix globbed ls in case of a directory when we have a unique matching.
- as a side effect, if the path does not exist error (used to silently
ignore).
- don't do extra do_lstat() if we only have one matching file.
djm@ ok