VirtualBox

Changeset 72239 in vbox


Ignore:
Timestamp:
May 17, 2018 12:23:26 PM (7 years ago)
Author:
vboxsync
Message:

nat/udp.c: Shut up annoying assertion in udp_attach till someone have time to fix it.

File:
1 edited

Legend:

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

    r71982 r72239  
    550550    setsockopt(so->s, SOL_SOCKET, SO_BROADCAST, (const char *)&opt, sizeof(opt));
    551551    status = getsockname(so->s, &sa_addr, &socklen);
     552#if 0 /** @todo  Something is explitived here! Temporarily disabled this annoying assertion.  Re-enable when fixed.  */
    552553    Assert(status == 0 && sa_addr.sa_family == AF_INET);
     554#endif
    553555    so->so_hlport = ((struct sockaddr_in *)&sa_addr)->sin_port;
    554556    so->so_hladdr.s_addr = ((struct sockaddr_in *)&sa_addr)->sin_addr.s_addr;
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