Merge branch 'master' of github.com:emqtt/emqtt

This commit is contained in:
Ery Lee 2015-03-08 17:18:23 +08:00
commit 3581c149bf
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ serialise_variable(PubAck, #mqtt_packet_puback { packet_id = PacketId }, _Payloa
serialise_variable(?PINGREQ, undefined, undefined) ->
{<<>>, <<>>};
serialise_variable(?PINGRESP, undefined, undefined) ->
{<<>>, <<>>};
serialise_variable(?DISCONNECT, undefined, undefined) ->
{<<>>, <<>>}.