VirtualBox

Changeset 50021 in vbox


Ignore:
Timestamp:
Jan 5, 2014 11:45:22 PM (11 years ago)
Author:
vboxsync
Message:

pxping_pcb_delete: fix assertions (that were not compiled).

File:
1 edited

Legend:

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

    r50006 r50021  
    770770{
    771771    LWIP_ASSERT1(pxping->npcbs > 0);
    772     LWIP_ASSERT1(pxping->next == NULL);
    773     LWIP_ASSERT1(pxping->pprev_timeout == NULL);
     772    LWIP_ASSERT1(pcb->next == NULL);
     773    LWIP_ASSERT1(pcb->pprev_timeout == NULL);
    774774
    775775    printf("%s: ping %p\n", __func__, (void *)pcb);
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