Skip to content
Snippets Groups Projects
Commit bc4f24f5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Alt paths aren't supported/used any longer

Fixes CID 330973
parent 9e69e9b8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -468,8 +468,6 @@ js_hash_file(JSContext *cx, uintN argc, jsval *arglist)
SAFECOPY(path, filename);
else {
file.name = filename;
// read index record, if it exists (for altpath)
smb_findfile(&p->smb, filename, &file);
getfilepath(scfg, &file, path);
}
off_t size = flength(path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment