mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-08 00:36:30 +00:00
Fix error value on control stream and RTSP handshake failure
This commit is contained in:
@@ -818,7 +818,7 @@ int startControlStream(void) {
|
||||
peer = NULL;
|
||||
enet_host_destroy(client);
|
||||
client = NULL;
|
||||
return -1;
|
||||
return ETIMEDOUT;
|
||||
}
|
||||
|
||||
// Ensure the connect verify ACK is sent immediately
|
||||
|
||||
Reference in New Issue
Block a user