diff options
| author | auth <[email protected]> | 2020-07-18 02:28:40 +0200 |
|---|---|---|
| committer | auth <[email protected]> | 2020-07-18 02:28:40 +0200 |
| commit | fe548a823d53778db957d0fa2ac16bad7386e045 (patch) | |
| tree | 52f3a5db087c18463a80dbcc08f8e92c64fed023 /server | |
| parent | Re added wolfssl files. (diff) | |
| download | loader-fe548a823d53778db957d0fa2ac16bad7386e045.tar.xz loader-fe548a823d53778db957d0fa2ac16bad7386e045.zip | |
Fixed filters and project.
Diffstat (limited to 'server')
| -rw-r--r-- | server/src/main.cpp | 2 |
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"); |