Skip to content

Commit

Permalink
Remove accidently duplicated call to SwapCommHeaderType
Browse files Browse the repository at this point in the history
This slipped in from commit 8688c7a
  • Loading branch information
th-otto committed Mar 29, 2024
1 parent 8688c7a commit 6e4a76f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ int ConnectionClass::Send_Packet(void* buf, int buflen, int ack_req)

SwapCommHeaderType((CommHeaderType*)PacketBuf);

SwapCommHeaderType((CommHeaderType*)PacketBuf);

/*------------------------------------------------------------------------
Now build the packet
------------------------------------------------------------------------*/
Expand Down

0 comments on commit 6e4a76f

Please sign in to comment.