Skip to content

Commit 914b8e1

Browse files
committed
formatting upsate
1 parent f25fbbe commit 914b8e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ dds::net::connector::_internal::
5757
this->tcpPort = 0;
5858
this->isConnected = false;
5959

60+
61+
#if TARGET_PLATFORM == PLATFORM_GNU_LINUX
6062
this->socketFileDescriptor = -1;
6163
#elif TARGET_PLATFORM == PLATFORM_WINDOWS
6264
this->socketFileDescriptor = INVALID_SOCKET;

0 commit comments

Comments
 (0)