Changeset 22879 in vbox
- Timestamp:
- Sep 9, 2009 7:37:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/libalias/alias_dns.c
r22862 r22879 195 195 udp->uh_ulen = ntohs(htons(pip->ip_len) - (pip->ip_hl << 2)); 196 196 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); 198 198 return (0); 199 199 }
Note:
See TracChangeset
for help on using the changeset viewer.