VirtualBox

Ignore:
Timestamp:
Oct 3, 2012 4:44:37 AM (12 years ago)
Author:
vboxsync
Message:

Main/Metrics: More fixes (#6345)

File:
1 edited

Legend:

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

    r43507 r43522  
    162162        {
    163163            /* Failed to get speed via sysfs, go to plan B. */
    164             int rc = NetIfAdpCtlOut(pszName, "info", szBuf, sizeof(szBuf));
     164            int rc = NetIfAdpCtlOut(pszName, "speed", szBuf, sizeof(szBuf));
    165165            if (RT_SUCCESS(rc))
    166166            {
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