mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Fix compile issue
This commit is contained in:
parent
e33c87c37f
commit
78064612fe
@ -8481,7 +8481,7 @@ bool IndexThread::start_shadowcopy_lin( SCDirs * dir, std::string &wpath, bool f
|
||||
FLockFile(std:string fn, bool perm)
|
||||
: fn(fn), perm(perm) {}
|
||||
|
||||
std:string fn;
|
||||
std::string fn;
|
||||
bool perm;
|
||||
};
|
||||
std::vector<FLockFile> flock_files;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user