sanity checking for a kooky race condition
This commit is contained in:
@ -639,7 +639,9 @@ public class OutboundClientMessageJob extends JobImpl {
|
||||
+ _status.getNumSent() + " sends");
|
||||
|
||||
if ( (_key != null) && (_tags != null) && (_tags.size() > 0) ) {
|
||||
_context.sessionKeyManager().tagsDelivered(_status.getLeaseSet().getEncryptionKey(),
|
||||
LeaseSet ls = _status.getLeaseSet();
|
||||
if (ls != null)
|
||||
_context.sessionKeyManager().tagsDelivered(ls.getEncryptionKey(),
|
||||
_key, _tags);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user