Changeset 49555 in vbox for trunk/src/VBox/NetworkServices/NAT/pxping.c
- Timestamp:
- Nov 19, 2013 4:06:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxping.c
r49545 r49555 385 385 pxping_timeout_del(struct pxping *pxping, struct ping_pcb *pcb) 386 386 { 387 LWIP_UNUSED_ARG(pxping); 388 387 389 LWIP_ASSERT1(pcb->pprev_timeout != NULL); 388 390 if (pcb->next_timeout != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.