VirtualBox

Changeset 51702 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Jun 23, 2014 10:47:45 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94487
Message:

NAT/Net: Cosmetic follow up to r94469 - use ipoff variable in debug
printf, don't fetch it from the header again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/pxping.c

    r51700 r51702  
    11621162    if ((ipoff & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
    11631163        DPRINTF2(("%s: dropping fragmented datagram (0x%04x)\n",
    1164                   __func__, ntohs(IPH_OFFSET(iph))));
     1164                  __func__, ntohs(ipoff)));
    11651165        return;
    11661166    }
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