Changeset 5330
- Timestamp:
- Jun 1, 2016 10:05:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/sock.c
r4894 r5330 425 425 rc = pj_getaddrinfo(pj_AF_UNSPEC(), &str_ip, &cnt, ai); 426 426 if (rc == PJ_SUCCESS) { 427 pj_assert(cnt == 1);428 427 while (cnt--) 428 CHECK_SA_ZERO_LEN(&ai[0].ai_addr, -70); 429 429 } 430 430 } … … 760 760 pj_status_t status; 761 761 762 PJ_LOG(3,("test", "...gethostbyname_test()")); 763 762 764 /* Testing pj_gethostbyname() with invalid host */ 763 765 host = pj_str("an-invalid-host-name");
Note: See TracChangeset
for help on using the changeset viewer.