Fixed typo

This commit is contained in:
Joseph Henry
2017-10-10 13:02:21 -07:00
parent 99dcce6d8b
commit e3e22c35f1

View File

@@ -400,7 +400,7 @@ void zts_start(const char *path)
ZeroTier::homeDir = path;
}
#if defined(__MINGW32__) || defined(__MINGW64__)
WSAStartup(MAKEWORD(2, 2), &wsaData) // initialize WinSock. Used in Phy for loopback pipe
WSAStartup(MAKEWORD(2, 2), &wsaData); // initialize WinSock. Used in Phy for loopback pipe
#endif
pthread_t service_thread;
pthread_create(&service_thread, NULL, zts_start_service, NULL);