VirtualBox

Changeset 54610 in vbox for trunk/src


Ignore:
Timestamp:
Mar 3, 2015 9:00:25 PM (10 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r54608 r54610  
    10351035        || *pszValue == 'n'
    10361036        || *pszValue == 'N'
    1037         || *pszValue == 'y'
    1038         || *pszValue == 'y'
    10391037        || *pszValue == 'd'
    10401038        || *pszValue == 'D'
    1041         || !strcmp(pszValue, "off")
     1039        || (   (*pszValue == 'o' || *pszValue == 'O')
     1040            && (*pszValue == 'f' || *pszValue == 'F') )
    10421041       )
    10431042        g_DevExt.fLoggingEnabled = false;
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