temp
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user