- Timestamp:
- Jul 7, 2008 2:03:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ip_helper_generic.c
r2039 r2106 91 91 } 92 92 93 if (ad==NULL) { 94 TRACE_((THIS_FILE, " NULL address ignored")); 95 continue; /* reported to happen on Linux 2.6.25.9 */ 96 } 97 93 98 if (ad->sa_family != af) { 94 99 TRACE_((THIS_FILE, " address %s ignored (af=%d)",
Note: See TracChangeset
for help on using the changeset viewer.