VirtualBox

Ignore:
Timestamp:
Feb 11, 2021 1:55:09 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142769
Message:

NAT/Net: Try to placate VisualC that is really paranoid about integral
type sizes. Follow up fix for r142754. bugref:9929.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r87710 r87723  
    635635     * Process mappings of the form "127.x.y.z=off"
    636636     */
    637     size_t dst = 0;
     637    unsigned int dst = 0;      /* typeof(ip4_lomap_desc::num_lomap) */
    638638    for (size_t i = 0; i < aStrLocalMappings.size(); ++i)
    639639    {
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