Changeset 5811
- Timestamp:
- Jun 22, 2018 5:13:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c
r5794 r5811 737 737 * i.e: all available crypto but 'NULL'. 738 738 */ 739 if (srtp->setting.crypto_count == 0 && opt->use != PJMEDIA_SRTP_DISABLED) 739 if (srtp->setting.crypto_count == 0 && 740 srtp->setting.use != PJMEDIA_SRTP_DISABLED) 740 741 { 741 742 srtp->setting.crypto_count = PJMEDIA_SRTP_MAX_CRYPTOS; … … 1644 1645 unsigned i; 1645 1646 1646 PJ_ASSERT_RETURN(tp && pool && sdp_local && sdp_remote, PJ_EINVAL);1647 PJ_ASSERT_RETURN(tp, PJ_EINVAL); 1647 1648 1648 1649 status = pjmedia_transport_media_start(srtp->member_tp, pool,
Note: See TracChangeset
for help on using the changeset viewer.