VirtualBox

Changeset 82716 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Jan 10, 2020 2:10:43 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135646
Message:

IPRT/FTP: Windows build fix

File:
1 edited

Legend:

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

    r82715 r82716  
    327327{
    328328    RTFTPSERVER_HANDLE_CALLBACK_VA_RET(pfnOnUserConnect, pcszUser);
    329 
    330     return VERR_NOT_FOUND;
    331329}
    332330
     
    342340{
    343341    RTFTPSERVER_HANDLE_CALLBACK_VA_RET(pfnOnUserAuthenticate, pcszUser, pcszPassword);
    344 
    345     return VERR_ACCESS_DENIED;
    346342}
    347343
     
    681677                        rc = rc2;
    682678
    683                     RTFTPSERVER_HANDLE_CALLBACK_RET(pfnOnUserDisconnect);
     679                    RTFTPSERVER_HANDLE_CALLBACK(pfnOnUserDisconnect);
    684680                    break;
    685681                }
Note: See TracChangeset for help on using the changeset viewer.

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