VirtualBox

Changeset 15522 in vbox


Ignore:
Timestamp:
Dec 15, 2008 5:04:22 PM (16 years ago)
Author:
vboxsync
Message:

tabs

File:
1 edited

Legend:

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

    r15521 r15522  
    428428                    }
    429429                }
    430                 else
    431                 {
    432                         /*
    433                         * We're freeing the ICMP message, which unable sent or process.
    434                         * That behavior described in rfc 793, we shouldn't notify sender about
    435                         * fail of processing it's ICMP packets
    436                         */
    437                         m_free(pData, m);
    438                         return;
    439                 }
     430                else
     431                {
     432                    /*
     433                    * We're freeing the ICMP message, which unable sent or process.
     434                    * That behavior described in rfc 793, we shouldn't notify sender about
     435                    * fail of processing it's ICMP packets
     436                    */
     437                    m_free(pData, m);
     438                    return;
     439                }
    440440# else /* RT_OS_WINDOWS */
    441441                icmp_attach(pData, m);
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