- Timestamp:
- May 24, 2012 5:34:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.cpp
r41441 r41442 124 124 RTMemFree(paMappings); 125 125 } 126 else 126 else if (RT_FAILURE(rc)) 127 127 Log(("VBoxTray: Error while getting the shared folder mappings, rc = %Rrc\n", rc)); 128 128 VbglR3SharedFolderDisconnect(u32ClientId); … … 192 192 RTMemFree(paMappings); 193 193 } 194 else 194 else if (cMappings) 195 195 Log(("VBoxTray: Error while getting the shared folder mappings, rc = %Rrc\n", rc)); 196 196 VbglR3SharedFolderDisconnect(u32ClientId);
Note:
See TracChangeset
for help on using the changeset viewer.