diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_framing_channel.erl | 2 |
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) -> |
