Changeset 50021 in vbox
- Timestamp:
- Jan 5, 2014 11:45:22 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/NetworkServices/NAT/pxping.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxping.c
r50006 r50021 770 770 { 771 771 LWIP_ASSERT1(pxping->npcbs > 0); 772 LWIP_ASSERT1(p xping->next == NULL);773 LWIP_ASSERT1(p xping->pprev_timeout == NULL);772 LWIP_ASSERT1(pcb->next == NULL); 773 LWIP_ASSERT1(pcb->pprev_timeout == NULL); 774 774 775 775 printf("%s: ping %p\n", __func__, (void *)pcb);
Note:
See TracChangeset
for help on using the changeset viewer.

