Changeset 86981 in vbox
- Timestamp:
- Nov 26, 2020 9:14:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/ftp-server.cpp
r86973 r86981 2404 2404 * @returns VBox status code. 2405 2405 * @param pClient Client to process commands for. 2406 *2407 * @todo r=bird: There are two rtFtpServerProcessCommands functions. Please2408 * don't use C++ overloading in C code, it's unnecessary and confusing2409 * (even in C++ code, see init() methods in the API).2410 2406 */ 2411 2407 static int rtFtpServerClientMain(PRTFTPSERVERCLIENT pClient)
Note:
See TracChangeset
for help on using the changeset viewer.