Changeset 4905
- Timestamp:
- Aug 26, 2014 5:14:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/sock_common.c
r4850 r4905 803 803 #else 804 804 PJ_UNUSED_ARG(ai); 805 PJ_UNUSED_ARG(count);806 805 #endif 807 806 … … 831 830 if (cand_cnt < PJ_ARRAY_SIZE(cand_addr)) { 832 831 unsigned start_if = cand_cnt; 833 unsignedcount = PJ_ARRAY_SIZE(cand_addr) - start_if;832 count = PJ_ARRAY_SIZE(cand_addr) - start_if; 834 833 835 834 status = pj_enum_ip_interface(af, &count, &cand_addr[start_if]);
Note: See TracChangeset
for help on using the changeset viewer.