Ignore:
Timestamp:
Nov 27, 2010, 11:34:47 AM (15 years ago)
Author:
dmik
Message:

iphlpapi: Network interfaces whose names we didn't recognize should be named starting with just "unk".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/iphlpapi/iphlpapi.cpp

    r21414 r21480  
    198198        else // something else...
    199199        {
    200             strcpy(iShortName,strstr(ifmibget.iftable[i].ifDescr,"unk"));
     200            strcpy(iShortName,"unk");
    201201            iShortName[3] = ifIndex + 48;
    202202            iShortName[4] = 0;
Note: See TracChangeset for help on using the changeset viewer.