Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Mar 30, 2015
2 parents 0d36aab + 0c6b3d0 commit 9909266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rabbit_amqp1_0_incoming_link.erl
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ attach(#'v1_0.attach'{name = Name,
case ensure_target(Target,
#incoming_link{
name = Name,
route_state = rabbit_routing_util:init_state() },
route_state = rabbit_routing_util:init_state(),
delivery_count = InitTransfer },
DCh) of
{ok, ServerTarget,
IncomingLink = #incoming_link{ delivery_count = InitTransfer }} ->
{ok, ServerTarget, IncomingLink} ->
{_, _Outcomes} = rabbit_amqp1_0_link_util:outcomes(Source),
%% Default is mixed
Confirm =
Expand Down

0 comments on commit 9909266

Please sign in to comment.