VirtualBox

Changeset 22879 in vbox


Ignore:
Timestamp:
Sep 9, 2009 7:37:38 PM (15 years ago)
Author:
vboxsync
Message:

NAT: warning.

File:
1 edited

Legend:

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

    r22862 r22879  
    195195    udp->uh_ulen = ntohs(htons(pip->ip_len) - (pip->ip_hl << 2));
    196196    pip->ip_sum = 0;
    197     pip->ip_sum = LibAliasInternetChecksum(la, pip, pip->ip_hl << 2);
     197    pip->ip_sum = LibAliasInternetChecksum(la, (char *)pip, pip->ip_hl << 2);
    198198    return (0);
    199199}
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