VirtualBox

Ignore:
Timestamp:
Jul 14, 2010 6:16:12 PM (14 years ago)
Author:
vboxsync
Message:

VBox/VMMDev.h: VMMDEV_CREDENTIALS_STRLEN -> VMMDEV_CREDENTIALS_SZ_SIZE; the former was easily confused with what the strlen() returns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp

    r28800 r30852  
    2424
    2525/* the credentials */
    26 wchar_t g_Username[VMMDEV_CREDENTIALS_STRLEN];
    27 wchar_t g_Password[VMMDEV_CREDENTIALS_STRLEN];
    28 wchar_t g_Domain[VMMDEV_CREDENTIALS_STRLEN];
     26wchar_t g_Username[VMMDEV_CREDENTIALS_SZ_SIZE];
     27wchar_t g_Password[VMMDEV_CREDENTIALS_SZ_SIZE];
     28wchar_t g_Domain[VMMDEV_CREDENTIALS_SZ_SIZE];
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette