Changeset 27667 in vbox for trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
- Timestamp:
- Mar 24, 2010 1:38:19 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59247
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r27503 r27667 94 94 /** @todo search the PATH (add flag for this). */ 95 95 AssertPtrNullReturn(pszAsUser, VERR_INVALID_POINTER); 96 AssertReturn(!pszAsUser || *pszAsUser, VERR_INVALID_PARAMETER); 97 AssertReturn(!pszPassword || pszAsUser, VERR_INVALID_PARAMETER); 98 AssertPtrNullReturn(pszPassword, VERR_INVALID_POINTER); 96 99 97 100 /*
Note:
See TracChangeset
for help on using the changeset viewer.