Changeset 82773 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 15, 2020 4:51:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/ftp-server.cpp
r82772 r82773 705 705 AssertReturn(cchAdddress > 0, VERR_NO_MEMORY); 706 706 707 int rc ;707 int rc = VINF_SUCCESS; /* Shut up MSVC. */ 708 708 709 709 /* Try a bit harder if the data connection is not ready (yet). */
Note:
See TracChangeset
for help on using the changeset viewer.