Changeset 4327 for pjproject/trunk/pjlib/src/pj/ip_helper_generic.c
- Timestamp:
- Jan 22, 2013 4:55:11 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ip_helper_generic.c
r4326 r4327 190 190 } 191 191 192 if ( (rc=ioctl(sock, SIOCGIFFLAGS, &iff)) != 0) {192 if (ioctl(sock, SIOCGIFFLAGS, &iff) != 0) { 193 193 TRACE_((THIS_FILE, " ioctl(SIOCGIFFLAGS) failed: %s", 194 194 get_os_errmsg()));
Note: See TracChangeset
for help on using the changeset viewer.