Changeset 4327


Ignore:
Timestamp:
Jan 22, 2013 4:55:11 AM (11 years ago)
Author:
ming
Message:

Re #1613: Remove unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ip_helper_generic.c

    r4326 r4327  
    190190        } 
    191191 
    192         if ((rc=ioctl(sock, SIOCGIFFLAGS, &iff)) != 0) { 
     192        if (ioctl(sock, SIOCGIFFLAGS, &iff) != 0) { 
    193193            TRACE_((THIS_FILE, "  ioctl(SIOCGIFFLAGS) failed: %s", 
    194194                    get_os_errmsg())); 
Note: See TracChangeset for help on using the changeset viewer.