fix
This commit is contained in:
parent
a2ab8f6591
commit
839abb97db
@ -405,12 +405,6 @@
|
||||
reason_code = ReasonCode}
|
||||
}).
|
||||
|
||||
-define(PUBREC_PACKET(PacketId, ReasonCode),
|
||||
#mqtt_packet{header = #mqtt_packet_header{type = ?PUBREC},
|
||||
variable = #mqtt_packet_puback{packet_id = PacketId,
|
||||
reason_code = ReasonCode}
|
||||
}).
|
||||
|
||||
-define(PUBREC_PACKET(PacketId, ReasonCode, Properties),
|
||||
#mqtt_packet{header = #mqtt_packet_header{type = ?PUBREC},
|
||||
variable = #mqtt_packet_puback{packet_id = PacketId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user