Skip to content

Commit

Permalink
lawlbug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpullano committed Apr 8, 2012
1 parent 97b2dbe commit 57b985b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/SessionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public static Cookie writeRequest(ServletContext context, String newData, SID si
set.add(ippBackup);
set.remove(ippLocal);
set.remove(ipp);
set.remove(IPP.getNullIpp());
RpcMessageCall.SessionDelete(set, sid, newChangeCount);
break;
}
Expand Down

0 comments on commit 57b985b

Please sign in to comment.