This commit is contained in:
2024-10-31 09:20:01 +01:00
parent 09a038d2ba
commit 6aaed7dcc2
4 changed files with 29 additions and 11 deletions

View File

@@ -60,6 +60,9 @@ namespace Host
private void ClientResult(GkvClientResultRequestDC req)
{
if (GkvSecretKey is null)
SendErrorResponse(INVALID_INPUT + " 1");
if (GkvSecretKey != req.GkvSecretKey)
SendErrorResponse(INVALID_INPUT + " 2");