Skip to content
Snippets Groups Projects
Commit ff088abf authored by tmp1u19's avatar tmp1u19 :octopus:
Browse files

fix bug in remove and now it works properly

parent 61c5751f
No related branches found
No related tags found
No related merge requests found
...@@ -198,6 +198,7 @@ public class Server { ...@@ -198,6 +198,7 @@ public class Server {
for(FSStore fsStore : fileSystem.getStore().get(filename)) { for(FSStore fsStore : fileSystem.getStore().get(filename)) {
if(!fsStore.getFiles().contains(filename)) { if(!fsStore.getFiles().contains(filename)) {
fileSystem.removeDstore(fsStore, filename); fileSystem.removeDstore(fsStore, filename);
break;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment