Changeset 7410 in vbox for trunk/src/VBox/Additions/x11/xclient/main.cpp
- Timestamp:
- Mar 10, 2008 2:52:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/main.cpp
r7313 r7410 182 182 pszFileName = "VBoxClient"; 183 183 184 TRACE;185 184 /* Parse our option(s) */ 186 185 /** @todo Use RTGetOpt() if the arguments become more complex. */ … … 202 201 } 203 202 } 204 TRACE;205 203 if (fDaemonise) 206 204 { … … 213 211 } 214 212 /* Initialise our runtime before all else. */ 215 TRACE;216 213 RTR3Init(false); 217 214 if (RT_FAILURE(VbglR3Init())) … … 220 217 return 1; 221 218 } 222 TRACE;223 219 if (fDaemonise && RT_FAILURE(vboxClientDropPrivileges())) 224 220 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.