fix(mqttsn): fix unused variable
This commit is contained in:
parent
6ab993c3e8
commit
9422ac4bc1
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue