Changeset 51192 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- May 6, 2014 9:10:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r51180 r51192 118 118 * but the user does not have one assigned. */ 119 119 int fCorrect = !pszPasswd || !*pszPasswd; 120 if (pw->pw_passwd )120 if (pw->pw_passwd && *pw->pw_passwd) 121 121 { 122 122 struct crypt_data *data = (struct crypt_data*)RTMemTmpAllocZ(sizeof(*data));
Note:
See TracChangeset
for help on using the changeset viewer.