Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Fix type on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flone-dnb committed Nov 11, 2020
1 parent 426fd88 commit 6838b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ServerService/serverservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void ServerService::sendMessageToAll(const std::string &sMessage)
}
}

bool ServerService::establishSecureConnection(SOCKET userSocket, std::string* pSecretKeyString, std::string userNameStr)
bool ServerService::establishSecureConnection(SSocket userSocket, std::string* pSecretKeyString, std::string userNameStr)
{
std::uniform_int_distribution<> uid_pg(0, static_cast<int>(vKeyPG.size() - 1));

Expand Down

0 comments on commit 6838b90

Please sign in to comment.