fix(mqttsn): fix unused variable

This commit is contained in:
JianBo He 2022-03-08 17:55:55 +08:00
parent 6ab993c3e8
commit 9422ac4bc1
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ handle_in(?SN_WILLMSG_MSG(Payload),
end;
%% TODO: takeover ???
handle_in(Packet = ?SN_CONNECT_MSG(_Flags, _ProtoId, _Duration, ClientId),
handle_in(?SN_CONNECT_MSG(_Flags, _ProtoId, _Duration, ClientId),
Channel = #channel{
clientinfo = #{clientid := ClientId},
conn_state = ConnState})