VirtualBox

Changeset 61830 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jun 22, 2016 8:54:20 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108237
Message:

NAT: eliminate dead assignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r60142 r61830  
    530530DECLINLINE(bool) slirpIsWideCasting(PNATState pData, uint32_t u32Addr)
    531531{
    532     bool fWideCasting = false;
     532    bool fWideCasting;
    533533    LogFlowFunc(("Enter: u32Addr:%RTnaipv4\n", u32Addr));
    534534    fWideCasting =  (   u32Addr == INADDR_BROADCAST
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