- Timestamp:
- Oct 16, 2009 12:31:35 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53571
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r23819 r23822 243 243 } 244 244 /* Initialise the guest library. */ 245 /*if (RT_FAILURE(VbglR3InitUser()))245 if (RT_FAILURE(VbglR3InitUser())) 246 246 { 247 247 RTPrintf("Failed to connect to the VirtualBox kernel service\n"); 248 248 Log(("Failed to connect to the VirtualBox kernel service\n")); 249 249 return 1; 250 } */250 } 251 251 if (g_pszPidFile && RT_FAILURE(VbglR3PidFile(g_pszPidFile, &g_hPidFile))) 252 252 {
Note:
See TracChangeset
for help on using the changeset viewer.