修复编译bug

This commit is contained in:
xiongziliang 2019-05-30 16:03:06 +08:00
parent db0611de91
commit c38521aa0e
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ void RtspSession::onAuthSuccess() {
if (strongSelf->_aTrackInfo.empty()) { if (strongSelf->_aTrackInfo.empty()) {
//该流无效 //该流无效
strongSelf->send_StreamNotFound(); strongSelf->send_StreamNotFound();
strongSelf->shutdown(SockException(Err_shutdown,"can not find any availabe track in sdp:" << strongSelf->_strSdp)); strongSelf->shutdown(SockException(Err_shutdown,"can not find any availabe track in sdp"));
return; return;
} }
strongSelf->_strSession = makeRandStr(12); strongSelf->_strSession = makeRandStr(12);