Index: /trunk/src/VBox/Runtime/generic/ftp-server.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/ftp-server.cpp	(revision 82772)
+++ /trunk/src/VBox/Runtime/generic/ftp-server.cpp	(revision 82773)
@@ -705,5 +705,5 @@
     AssertReturn(cchAdddress > 0, VERR_NO_MEMORY);
 
-    int rc;
+    int rc = VINF_SUCCESS; /* Shut up MSVC. */
 
     /* Try a bit harder if the data connection is not ready (yet). */
