summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-08-06 18:25:45 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-08-06 18:25:45 +0100
commitfc01052aeee50e2e5eb71fb160c91ff62248cdc3 (patch)
treea761d5b1c44892e91a427bd915df97ab558029ca
parentc6fa71c8b4d06b82cb46a50d4a022d737b0620fa (diff)
downloadrabbitmq-server-fc01052aeee50e2e5eb71fb160c91ff62248cdc3.tar.gz
oops
-rw-r--r--src/rabbit_framing_channel.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_framing_channel.erl b/src/rabbit_framing_channel.erl
index 140b499b..5ef54268 100644
--- a/src/rabbit_framing_channel.erl
+++ b/src/rabbit_framing_channel.erl
@@ -47,7 +47,7 @@ start_link(StartFun, StartArgs, Protocol) ->
%% the channel or reader process terminates us too.
process_flag(trap_exit, true),
{ok, ChannelPid} = apply(StartFun, StartArgs),
- mainloop(Parent, ChannelPid, Protocol),
+ mainloop(Parent, ChannelPid, Protocol)
end)}.
process(Pid, Frame) ->