VirtualBox

Changeset 34546 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 1, 2010 9:04:23 AM (14 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/win/NetIf-win.cpp

    r34545 r34546  
    132132                                if (!fIPFound)
    133133                                {
    134                                     if (pPrefix->pPrefixLength <= sizeof(pInfo->IPNetMask) * 8)
     134                                    if (pPrefix->PrefixLength <= sizeof(pInfo->IPNetMask) * 8)
    135135                                    {
    136136                                        fIPFound = true;
     
    139139                                    else
    140140                                        Log(("collectNetIfInfo: Unexpected IPv4 prefix length of %d\n",
    141                                              pPrefix->pPrefixLength));
     141                                             pPrefix->PrefixLength));
    142142                                }
    143143                                break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette