Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.19.0
-
None
-
None
-
Reviewed
Description
The lease is removed on line 605: old = fsDir.unprotected(path, mtime);
It then gets removed again on line 637: fsNamesys.leaseManager.removeLease(cons.clientName, path);
The second removal results in an error message in the log, which is very annoying.