- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjlib/src/pjlib-test/sock.c
r4894 r5513 425 425 rc = pj_getaddrinfo(pj_AF_UNSPEC(), &str_ip, &cnt, ai); 426 426 if (rc == PJ_SUCCESS) { 427 pj_assert(cnt == 1);428 CHECK_SA_ZERO_LEN(&ai[0].ai_addr, -70);427 while (cnt--) 428 CHECK_SA_ZERO_LEN(&ai[cnt].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.