Changeset 2386 for pjproject/trunk/pjnath/src/pjturn-srv/allocation.c
- Timestamp:
- Dec 18, 2008 5:52:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjturn-srv/allocation.c
r2234 r2386 935 935 */ 936 936 unsigned options = PJ_STUN_CHECK_PACKET | PJ_STUN_NO_FINGERPRINT_CHECK; 937 unsignedparsed_len = 0;937 pj_size_t parsed_len = 0; 938 938 939 939 if (pkt->transport->listener->tp_type == PJ_TURN_TP_UDP)
Note: See TracChangeset
for help on using the changeset viewer.