Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp	(revision 75436)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp	(revision 75437)
@@ -360,5 +360,4 @@
  * @param   pszShareName    The shared folder name.
  * @param   pszMountPoint   The mount point.
- * @param   pOpts           The mount options.
  */
 static int vbsvcAutoMountSharedFolderOld(const char *pszShareName, const char *pszMountPoint)
@@ -422,4 +421,5 @@
         /*const char *szOptions = { "rw" }; - ??? */
         struct vbsf_mount_info_new mntinf;
+        RT_ZERO(mntinf);
 
         mntinf.nullchar     = '\0';
