Skip to content

Commit 2f829cb

Browse files
committed
initializing the connected flag
1 parent 9a51d28 commit 2f829cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dds.net-connector-cpp.lib/connector/src/internal/src/network_client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dds::net::connector::_internal::
5555

5656
this->ipv4 = "";
5757
this->tcpPort = 0;
58+
this->isConnected = false;
5859
this->socketFileDescriptor = -1;
5960

6061
memset(&this->targetSocketAddress, 0, sizeof(this->targetSocketAddress));

0 commit comments

Comments
 (0)