Skip to content
Snippets Groups Projects
Commit 07fee5b8 authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Fix autoclose default true

parent 705d2651
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ private:
/**
* @brief If set to true, the socket is automatically closed on destruction
*/
bool autoclose = false;
bool autoclose = true;
public:
......
......@@ -33,7 +33,7 @@ private:
/**
* @brief If set to true, the socket is automatically closed on destruction
*/
bool autoclose = false;
bool autoclose = true;
public:
......
......@@ -40,7 +40,7 @@ private:
/**
* @brief If set to true, the socket is automatically closed on destruction
*/
bool autoclose = false;
bool autoclose = true;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment