propagate from branch 'i2p.i2p.zzz.test' (head a6c2e5692419553edb1079eb25feee51bdd0e3fa)

to branch 'i2p.i2p' (head 70c7015adc1e76f29e33788e2e262f0db5fd91a0)
This commit is contained in:
zzz
2009-10-01 18:31:44 +00:00

View File

@ -860,7 +860,6 @@ public class OutboundClientMessageOneShotJob extends JobImpl {
/** build the payload clove that will be used for all of the messages, placing the clove in the status structure */
private boolean buildClove() {
// FIXME set SKM
PayloadGarlicConfig clove = new PayloadGarlicConfig();
DeliveryInstructions instructions = new DeliveryInstructions();
@ -960,6 +959,7 @@ public class OutboundClientMessageOneShotJob extends JobImpl {
public String getName() { return "Send client message successful"; }
public void runJob() {
// do we leak tags here?
if (_finished) return;
_finished = true;
long sendTime = getContext().clock().now() - _start;