mirror of
https://github.com/vgough/encfs.git
synced 2024-11-26 01:43:39 +01:00
Typo
This commit is contained in:
parent
e0b2ad8f66
commit
a54331c568
@ -784,8 +784,8 @@ static void *idleMonitor(void *_arg) {
|
||||
RLOG(WARNING) << "Filesystem inactive, but " << openCount
|
||||
<< " files opened: " << arg->opts->mountPoint;
|
||||
} else {
|
||||
/* try to lock the mount point to give an oportunity to handle races
|
||||
with an automated tool or script using --idle. */
|
||||
/* try to lock the mount point to give an oportunity to handle races
|
||||
with an automated tool or script using --idle. */
|
||||
int fdlock = open(arg->opts->mountPoint.c_str(),O_RDONLY);
|
||||
if (flock(fdlock, LOCK_EX|LOCK_NB) == -1) {
|
||||
RLOG(WARNING) << "Filesystem inactive, but "
|
||||
|
Loading…
Reference in New Issue
Block a user