LivelyKernel / life_star

Like a Death Star, but live!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

directory listing truncated after broken symlink

codefrau opened this issue · comments

If a directory contains a broken symlink, all entries after that symlink are not displayed. This happened to my after syncing from another machine.
To reproduce, look at e.g. http://localhost:9001/core/lib and notice "xaudio" is the last entry. Now create a broken symlink in core/lib ("ln -s foo vwf") and notice that the "xaudio" entry is missing.