Changeset 80986 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Sep 24, 2019 4:24:21 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tftp.c
r80985 r80986 856 856 tftpProcessACK(pData, pTftpIpHeader); 857 857 break; 858 859 case TFTP_ERROR: 860 { 861 PTFTPSESSION pTftpSession; 862 int rc = tftpSessionFind(pData, pTftpIpHeader, &pTftpSession); 863 if (RT_SUCCESS(rc)) 864 tftpSessionTerminate(pTftpSession); 865 } 866 858 867 default:; 859 868 }
Note:
See TracChangeset
for help on using the changeset viewer.