mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 106606 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r106606 | tilghman | 2008-03-07 09:20:52 -0600 (Fri, 07 Mar 2008) | 3 lines Properly initialize rtp->schedid (Closes issue #12154) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@106607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2191,6 +2191,7 @@ static struct ast_rtcp *ast_rtcp_new(void)
|
||||
rtcp->s = rtp_socket("RTCP");
|
||||
rtcp->us.sin_family = AF_INET;
|
||||
rtcp->them.sin_family = AF_INET;
|
||||
rtcp->schedid = -1;
|
||||
|
||||
if (rtcp->s < 0) {
|
||||
ast_free(rtcp);
|
||||
|
Reference in New Issue
Block a user