Skip to content

Commit d039fe6

Browse files
authored
[core] Rejection not undertaken in rendezvous after KMX failure (#2692).
1 parent 46b0579 commit d039fe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

srtcore/core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,6 +4276,7 @@ EConnectStatus srt::CUDT::processRendezvous(
42764276
{
42774277
// m_RejectReason is already set, so set the reqtype accordingly
42784278
m_ConnReq.m_iReqType = URQFailure(m_RejectReason);
4279+
return CONN_REJECT;
42794280
}
42804281
}
42814282
// This should be false, make a kinda assert here.

0 commit comments

Comments
 (0)