Skip to content

Commit

Permalink
Add missing initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Oct 19, 2021
1 parent 3238fb4 commit 8e8eca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ CSocket::~CSocket()

void CSocket::SendPacket ( const CVector<uint8_t>& vecbySendBuf, const CHostAddress& HostAddr )
{
int status;
int status = 0;

uSockAddr UdpSocketAddr;

Expand Down

0 comments on commit 8e8eca8

Please sign in to comment.