NPE during shutdown fix

pull/1/head
Michael Peter Christen 12 years ago
parent e4cbe9232d
commit 3c5abedabf

@ -317,7 +317,7 @@ public class Dispatcher {
}
// put the entry into the cloud
if (entry.containersSize() > 0) this.transmissionCloud.put(pTArray, entry);
if (this.transmissionCloud != null && entry.containersSize() > 0) this.transmissionCloud.put(pTArray, entry);
}
}

Loading…
Cancel
Save