Changeset 85674 in vbox
- Timestamp:
- Aug 10, 2020 4:03:57 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/ftp-server.cpp
r85672 r85674 203 203 RTFTPSERVER_CMD_USER, 204 204 /** End marker. */ 205 RTFTPSERVER_CMD_ LAST,205 RTFTPSERVER_CMD_END, 206 206 /** The usual 32-bit hack. */ 207 207 RTFTPSERVER_CMD_32BIT_HACK = 0x7fffffff … … 408 408 { RTFTPSERVER_CMD_TYPE, "TYPE", true, rtFtpServerHandleTYPE }, 409 409 { RTFTPSERVER_CMD_USER, "USER", false, rtFtpServerHandleUSER }, 410 { RTFTPSERVER_CMD_ LAST,"", false, NULL }410 { RTFTPSERVER_CMD_END, "", false, NULL } 411 411 }; 412 412
Note:
See TracChangeset
for help on using the changeset viewer.