Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/Adaptive.Aeron/ExclusivePublication.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014 - 2017 Adaptive Financial Consulting Ltd
* Copyright 2014 - 2026 Adaptive Financial Consulting Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -902,7 +902,6 @@ private int AppendBlock(
int length)
{
int resultingOffset = _termOffset + length;
int lengthOfFirstFrame = buffer.GetInt(offset, ByteOrder.LittleEndian);

_logMetaDataBuffer.PutLongRelease(tailCounterOffset, PackTail(_termId, resultingOffset));

Expand Down
Loading