Update values to fit DB

This commit is contained in:
2025-01-26 00:51:47 +01:00
parent 2998c187d1
commit 477af8b063
6 changed files with 7 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ void call(int sock, sockaddr_in newSocketInfo)
{
std::cout << "new User" << std::endl;
uint64_t conf, id;
int64_t conf, id;
Message message;
TcpSocket::recvt(sock, &conf, sizeof(conf));