VirtualBox

Changeset 72844 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 4, 2018 1:35:04 AM (7 years ago)
Author:
vboxsync
Message:

slirp: properly init rcp_state::rcps_flags; did not have any bad
consequences because we did init the only bit that's actually checked.

File:
1 edited

Legend:

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

    r71945 r72844  
    20242024        int rc;
    20252025
    2026         rcp_state.rcps_flags |= RCPSF_IGNORE_IPV6;
     2026        rcp_state.rcps_flags = RCPSF_IGNORE_IPV6;
    20272027        rc = rcp_parse(&rcp_state, RESOLV_CONF_FILE);
    20282028        LogRelFunc(("NAT: rcp_parse:%Rrc old domain:%s new domain:%s\n",
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