Merged revisions 106607 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

................
r106607 | tilghman | 2008-03-07 09:22:34 -0600 (Fri, 07 Mar 2008) | 11 lines

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/branches/1.6.0@106608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent fd382738e3
commit d334a88e36

@ -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);

Loading…
Cancel
Save