Fix error value on control stream and RTSP handshake failure
This commit is contained in:
parent
dca2205ac8
commit
25528671d2
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue