Merge "Fix an NPE" into sc-dev
This commit is contained in:
@@ -615,7 +615,7 @@ class RollbackManagerServiceImpl extends IRollbackManager.Stub implements Rollba
|
||||
if (session == null || session.isStagedSessionFailed()) {
|
||||
iter.remove();
|
||||
deleteRollback(rollback,
|
||||
"Session " + session.getSessionId() + " not existed or failed");
|
||||
"Session " + rollback.getStagedSessionId() + " not existed or failed");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user