diff options
| -rw-r--r-- | src/rabbit_msg_store.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl index 21f1505804..b799346ce1 100644 --- a/src/rabbit_msg_store.erl +++ b/src/rabbit_msg_store.erl @@ -1596,7 +1596,7 @@ combine_files(#file_summary { file = Source, case DestinationContiguousTop =:= DestinationValid of true -> ok = truncate_and_extend_file( - DestinationHdl, DestinationValid, ExpectedSize); + DestinationHdl, DestinationContiguousTop, ExpectedSize); false -> {DestinationWorkList, DestinationValid} = find_unremoved_messages_in_file(Destination, State), |
