Silence warnings

This commit is contained in:
Simon MacMullen 2012-01-20 14:34:56 +00:00
parent 6d7dae4938
commit 11761e08dc
1 changed files with 2 additions and 2 deletions

View File

@ -257,8 +257,8 @@ handle_frame("UNSUBSCRIBE", Frame, State) ->
handle_frame("SEND", Frame, State) ->
without_headers(?HEADERS_NOT_ON_SEND, "SEND", Frame, State,
fun (Command, Frame, State) ->
with_destination("SEND", Frame, State, fun do_send/4)
fun (_Command, Frame1, State1) ->
with_destination("SEND", Frame1, State1, fun do_send/4)
end);
handle_frame("ACK", Frame, State) ->