Skip to content

Commit d32134b

Browse files
author
Ian Craggs
committed
Missing part of PR #563
1 parent 4e53347 commit d32134b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/internal

org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/internal/CommsSender.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2009, 2018 IBM Corp.
2+
* Copyright (c) 2009, 2019 IBM Corp.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0
@@ -136,7 +136,7 @@ public void run() {
136136
} else {
137137
MqttToken token = message.getToken();
138138
if (token == null) {
139-
tokenStore.getToken(message);
139+
token = tokenStore.getToken(message);
140140
}
141141
// While quiescing the tokenstore can be cleared so need
142142
// to check for null for the case where clear occurs

0 commit comments

Comments
 (0)