Project

General

Profile

« Previous | Next » 

Revision 6632

Added by Chris Jones over 12 years ago

Use a session object that is set to null when calling CNode.setReplicationStatus()

View differences:

MNodeService.java
459 459

  
460 460
        try {
461 461
          // call the CN as the MN to set the replication status
462
            cn.setReplicationStatus(null, pid, sourceNode, ReplicationStatus.COMPLETED, serialVersion);
462
            cn.setReplicationStatus(thisNodeSession, pid, sourceNode, ReplicationStatus.COMPLETED, serialVersion);
463 463
            
464 464
        } catch (InvalidToken e) {
465 465
            // TODO Auto-generated catch block

Also available in: Unified diff