Fix bug in emqx_frame

This commit is contained in:
周子博 2018-09-05 10:28:49 +08:00
parent 9f8461c67b
commit f0f818ab1a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ parse_packet(#mqtt_packet_header{type = ?CONNECT}, FrameBin, _Options) ->
WillQoS : 2,
WillFlag : 1,
CleanStart : 1,
0 : 0,
0 : 1,
KeepAlive : 16/big,
Rest2/binary>> = Rest1,