Changeset 76783 in vbox
- Timestamp:
- Jan 11, 2019 4:47:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tftp.c
r76782 r76783 439 439 RTFILE hSessionFile; 440 440 uint64_t cbSessionFile = 0; 441 int cOptions; 441 442 LogFlowFunc(("pTftpSession:%p\n", pTftpSession)); 442 443 … … 456 457 } 457 458 458 intcOptions = 0;459 cOptions = 0; 459 460 460 461 if (pTftpSession->OptionTSize.fRequested)
Note:
See TracChangeset
for help on using the changeset viewer.