Fix the 'no function clause' exception for issue #1293
This commit is contained in:
parent
26fb809dbe
commit
ee5c33d0bd
|
@ -552,7 +552,7 @@ sp(false) -> 0.
|
|||
|
||||
clean_retain(false, Msg = #mqtt_message{retain = true}) ->
|
||||
Msg#mqtt_message{retain = false};
|
||||
clean_retain(true, Msg) ->
|
||||
clean_retain(_IsBridge, Msg) ->
|
||||
Msg.
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue