This commit is contained in:
2025-01-30 22:49:06 +01:00
parent a416913cff
commit b88cd9fe7c
3 changed files with 3 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ int main()
sql::init();
std::thread t(checker);
// Bind the server to a port.
int err = TcpSocket::listent("0.0.0.0", 8888, call);
int err = TcpSocket::listent("0.0.0.0", serverPort, call);
if (err < 0)
{
printf("ERROR %d", err);