summaryrefslogtreecommitdiff
path: root/src
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
commit642c09581e0846f1fb42b108958a0f47f91fbdf2 (patch)
treea761d5b1c44892e91a427bd915df97ab558029ca /src
parent2c4930b668e65c5de081bc3d827a5171b0d6ab10 (diff)
downloadrabbitmq-server-git-642c09581e0846f1fb42b108958a0f47f91fbdf2.tar.gz
oops
Diffstat (limited to 'src')
-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 140b499b82..5ef54268ec 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) ->