Changeset 1451 for pjproject/trunk/pjnath/src/pjnath-test/stun.c
- Timestamp:
- Sep 24, 2007 9:16:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/stun.c
r1439 r1451 638 638 639 639 pos = cmp_buf(buf, (const pj_uint8_t*)v->pdu, len); 640 if (pos != -1) {640 if (pos != (unsigned)-1) { 641 641 PJ_LOG(1,(THIS_FILE, " Message mismatch at byte %d", pos)); 642 642 rc = -1060;
Note: See TracChangeset
for help on using the changeset viewer.