Changeset 73265 in vbox
- Timestamp:
- Jul 20, 2018 1:30:05 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp
r73156 r73265 972 972 { 973 973 /* Create symlink object */ 974 RTVFSSYMLINK hVfsSym ;974 RTVFSSYMLINK hVfsSym = NIL_RTVFSSYMLINK; /* (older gcc maybe used uninitialized) */ 975 975 rc = rtDvmVfsCreateSymlinkForVolume(hVolume, pThis->pVfsVol ? pThis->pVfsVol->hVolMgr : NIL_RTDVM, iVol, 976 976 pszSymlink, &hVfsSym);
Note:
See TracChangeset
for help on using the changeset viewer.