summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodulserver/src')
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSessionManager.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSessionManager.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSessionManager.java
index fddd6604..0b2eb7e1 100644
--- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSessionManager.java
+++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSessionManager.java
@@ -89,7 +89,6 @@ public class CowSessionManager {
UserInfo user = SessionManager.get(cowid);
if (user == null)
throw new RuntimeException("Unknown user");
- SessionManager.remove(cowid);
if (getActiveCount() > Constants.MAX_UPLOADS)
throw new RuntimeException("Too many active CoW sessions");
//