VirtualBox

Changeset 75437 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Nov 14, 2018 12:43:10 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126590
Message:

VBoxServiceAutoMount.cpp: doxygen, zero mntinf. bugref:3544

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp

    r75433 r75437  
    360360 * @param   pszShareName    The shared folder name.
    361361 * @param   pszMountPoint   The mount point.
    362  * @param   pOpts           The mount options.
    363362 */
    364363static int vbsvcAutoMountSharedFolderOld(const char *pszShareName, const char *pszMountPoint)
     
    422421        /*const char *szOptions = { "rw" }; - ??? */
    423422        struct vbsf_mount_info_new mntinf;
     423        RT_ZERO(mntinf);
    424424
    425425        mntinf.nullchar     = '\0';
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette