VirtualBox

Ignore:
Timestamp:
Jun 22, 2012 10:58:47 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78735
Message:

NetShaper: Runtime shaper disabling support (#5582)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp

    r41842 r41882  
    8282            return "Invalid limit specifier\n";
    8383    }
    84     if (*pLimit <= 0)
    85         return "Limit must be positive\n";
     84    if (*pLimit < 0)
     85        return "Limit cannot be negative\n";
    8686    if (*pLimit > INT64_MAX / iMultiplier)
    8787        return "Limit is too big\n";
Note: See TracChangeset for help on using the changeset viewer.

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