VirtualBox

Ignore:
Timestamp:
Sep 20, 2010 4:07:08 PM (14 years ago)
Author:
vboxsync
Message:

Additions/VBoxService: fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp

    r32644 r32647  
    258258    }
    259259    else if (!strcmp(argv[*pi], "--timesync-set-on-restore"))
    260         rc = VBoxServiceArgUInt32(argc, argv, "", pi,
    261                                   &value, 1, 1);
    262     {
    263         g_fTimeSyncSetOnRestore = !!value;
     260    {
     261        rc = VBoxServiceArgUInt32(argc, argv, "", pi, &value, 1, 1);
     262        if (RT_SUCCESS(rc))
     263            g_fTimeSyncSetOnRestore = !!value;
    264264    }
    265265
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