Changeset 2523
- Timestamp:
- Mar 18, 2009 6:56:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/stun_sock_test.c
r2394 r2523 628 628 * called 629 629 */ 630 /* No longer valid due to this ticket: 631 * http://trac.pjsip.org/repos/ticket/742 632 630 633 if (client->on_status_cnt != 0) { 631 634 PJ_LOG(3, (THIS_FILE, " error: on_status() must not be called on successful" … … 634 637 goto on_return; 635 638 } 639 */ 636 640 /* Check that client doesn't receive anything */ 637 641 if (client->on_rx_data_cnt != 0) { … … 687 691 } 688 692 /* Check that callback was called with correct operation */ 689 if (client->last_op != PJ_STUN_SOCK_ KEEP_ALIVE_OP) {693 if (client->last_op != PJ_STUN_SOCK_MAPPED_ADDR_CHANGE) { 690 694 PJ_LOG(3,(THIS_FILE, " error: expecting keep-alive operation status")); 691 695 ret = -470;
Note: See TracChangeset
for help on using the changeset viewer.