aboutsummaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
authorauth <[email protected]>2020-07-18 02:28:40 +0200
committerauth <[email protected]>2020-07-18 02:28:40 +0200
commitfe548a823d53778db957d0fa2ac16bad7386e045 (patch)
tree52f3a5db087c18463a80dbcc08f8e92c64fed023 /server/src
parentRe added wolfssl files. (diff)
downloadloader-fe548a823d53778db957d0fa2ac16bad7386e045.tar.xz
loader-fe548a823d53778db957d0fa2ac16bad7386e045.zip
Fixed filters and project.
Diffstat (limited to 'server/src')
-rw-r--r--server/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp
index 81de12e..6350179 100644
--- a/server/src/main.cpp
+++ b/server/src/main.cpp
@@ -6,7 +6,7 @@
constexpr std::string_view version{"0.1.0"};
int main(int argc, char* argv[]) {
- io::init(false);
+ io::init(true);
tcp::server client_server("6666");