Changeset 5983 for pjproject/trunk/pjnath/src/pjnath/stun_session.c
- Timestamp:
- May 9, 2019 7:47:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/stun_session.c
r5233 r5983 1221 1221 &response); 1222 1222 if (status != PJ_SUCCESS && response != NULL) { 1223 PJ_ LOG(5,(SNAME(sess), "Message authentication failed"));1223 PJ_PERROR(5,(SNAME(sess), status, "Message authentication failed")); 1224 1224 send_response(sess, token, tmp_pool, response, &rdata->info, 1225 1225 PJ_FALSE, src_addr, src_addr_len); … … 1263 1263 &tdata->auth_info.auth_key); 1264 1264 if (status != PJ_SUCCESS) { 1265 PJ_ LOG(5,(SNAME(sess),1266 1265 PJ_PERROR(5,(SNAME(sess), status, 1266 "Response authentication failed")); 1267 1267 return status; 1268 1268 }
Note: See TracChangeset
for help on using the changeset viewer.