PDA

View Full Version : vfs bug (multi dir list)


ratnic
01-11-2003, 11:11 PM
Say you have a dir in your / vfs-tree called TEST now insert a line into your vfs file like this:

"d:\FTPROOT" /
## New line at bottom...
"e:\FTPROOT2" /TEST

Now you have two TEST dirs inside your / tree showing the right perm for both dirs but both dirs are linked to "e:\FTPROOT2".

darkone
01-12-2003, 01:53 AM
It's not a bug.. for efficieny reasons there is no 'collision' check for file/directory names.

ratnic
01-12-2003, 06:36 AM
Ahh an undocumented feature then =)