Changeset 49545 in vbox
- Timestamp:
- Nov 19, 2013 4:04:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxping.c
r49544 r49545 450 450 451 451 pcb->guest_id = guest_id; 452 pcb->host_id = random() & 0xffffUL; /* XXX */ 452 #ifdef RT_OS_WINDOWS 453 # define random() (rand()) 454 #endif 455 pcb->host_id = random() & 0xffffUL; 453 456 454 457 pcb->pprev_timeout = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.