Changeset 83235 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Mar 9, 2020 8:49:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r82968 r83235 607 607 bool fFound = false; 608 608 for (uint32_t i = 0; i < cUsersInList && !fFound; i++) 609 fFound = str cmp(papszUsers[i], ut_user->ut_user) == 0;609 fFound = strncmp(papszUsers[i], ut_user->ut_user, sizeof(ut_user->ut_user)) == 0; 610 610 611 611 if (!fFound)
Note:
See TracChangeset
for help on using the changeset viewer.