Disable kms client check for now

This commit is contained in:
dec05eba
2024-10-12 01:40:12 +02:00
parent f260934667
commit 551f58fca1
2 changed files with 5 additions and 5 deletions

View File

@@ -576,10 +576,10 @@ int main(int argc, char **argv) {
goto done;
}
if(!is_remote_peer_program_gpu_screen_recorder(socket_fd)) {
res = 3;
goto done;
}
// if(!is_remote_peer_program_gpu_screen_recorder(socket_fd)) {
// res = 3;
// goto done;
// }
for(;;) {
gsr_kms_request request;