VirtualBox

Changeset 82839 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 23, 2020 9:19:03 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/FTP: Build fix. bugref:9646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/ftp-server.cpp

    r82838 r82839  
    910910        if (cbBlock)
    911911        {
    912             size_t cbWritten;
     912            size_t cbWritten = 0;
    913913            rc = rtFtpServerDataConnWrite(pDataConn, pvBlock, cbBlock, &cbWritten);
    914914            if (RT_SUCCESS(rc))
    915915            {
    916 
    917916                AssertBreak(cbUsed >= cbWritten);
    918917                cbUsed -= cbWritten;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette