VirtualBox

Ignore:
Timestamp:
May 26, 2016 12:20:20 AM (9 years ago)
Author:
vboxsync
Message:

NAT: slirp_input - g/c unused variable.

File:
1 edited

Legend:

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

    r61000 r61200  
    13831383    static bool fWarnedIpv6;
    13841384    struct ethhdr *eh;
    1385     uint8_t au8Ether[ETH_ALEN];
    13861385
    13871386    m->m_len = cbBuf;
     
    13921391        return;
    13931392    }
     1393
    13941394    eh = mtod(m, struct ethhdr *);
    13951395    proto = RT_N2H_U16(eh->h_proto);
    1396 
    1397     memcpy(au8Ether, eh->h_source, ETH_ALEN);
    1398 
    13991396    switch(proto)
    14001397    {
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