Skip to content

Commit 9bbd391

Browse files
committed
Updates from review
1 parent cbccc5c commit 9bbd391

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mqtt_broker.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,9 @@ static int BrokerHandle_Connect(BrokerClient* bc, int rx_len,
28692869
}
28702870
#endif
28712871

2872+
#ifdef WOLFMQTT_BROKER_WILL
28722873
send_connack:
2874+
#endif
28732875
rc = MqttEncode_ConnectAck(bc->tx_buf, BROKER_CLIENT_TX_SZ(bc), &ack);
28742876
if (rc > 0) {
28752877
WBLOG_INFO(broker, "broker: CONNACK send sock=%d code=%d", (int)bc->sock,

0 commit comments

Comments
 (0)