Changeset 32182 in vbox
- Timestamp:
- Sep 1, 2010 3:09:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r31962 r32182 118 118 char szPassword[128]; 119 119 uint32_t uTimeLimitMS; 120 121 #if 0 /* for valgrind */ 122 RT_ZERO(szCmd); 123 RT_ZERO(szArgs); 124 RT_ZERO(szEnv); 125 RT_ZERO(szUser); 126 RT_ZERO(szPassword); 127 #endif 120 128 121 129 if (uNumParms != 11)
Note:
See TracChangeset
for help on using the changeset viewer.