- Timestamp:
- Jan 22, 2008 1:56:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/users/nanang/pjmedia/src/pjmedia/transport_srtp.c
r1723 r1724 1175 1175 1176 1176 /* match the crypto name */ 1177 if (pj_stricmp(& srtp->rx_policy.name,1177 if (pj_stricmp(&tmp_tx_crypto.name, 1178 1178 &srtp->setting.crypto[rem_tag-1].name) != 0) 1179 1179 {
Note: See TracChangeset
for help on using the changeset viewer.