@ -42,7 +42,6 @@ namespace msplfs
{
int rv;
uint64_t lfs;
string fusepath;
fs::info_t info;
const Branch *branch;
const string *basepath;
@ -55,7 +54,7 @@ namespace msplfs
if(branch->ro_or_nc())
error_and_continue(*err_,EROFS);
if(!fs::exists(branch->path,fusepath))
if(!fs::exists(branch->path,fusepath_))
error_and_continue(*err_,ENOENT);
rv = fs::info(branch->path,&info);
if(rv == -1)
@ -42,7 +42,6 @@ namespace msplus
uint64_t lus;
@ -55,7 +54,7 @@ namespace msplus
@ -42,7 +42,6 @@ namespace mspmfs
uint64_t mfs;
@ -55,7 +54,7 @@ namespace mspmfs