diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_msg_store.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl index 0d7254e5c2..e875ac5f29 100644 --- a/src/rabbit_msg_store.erl +++ b/src/rabbit_msg_store.erl @@ -1585,8 +1585,7 @@ combine_files(#file_summary { file = Source, {ok, SourceHdl} = open_file(Dir, SourceName, ?READ_AHEAD_MODE), {ok, DestinationHdl} = - open_file(Dir, DestinationName, - ?READ_AHEAD_MODE ++ ?WRITE_MODE), + open_file(Dir, DestinationName, ?READ_AHEAD_MODE ++ ?WRITE_MODE), ExpectedSize = SourceValid + DestinationValid, %% if DestinationValid =:= DestinationContiguousTop then we don't %% need a tmp file |
