- Timestamp:
- Jun 4, 2010 7:56:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r29594 r30019 188 188 { 189 189 rc = VBoxServiceReadPropUInt32(uGuestPropSvcClientID, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 190 &g_TimeSyncSetThreshold, 0, 7*24*60* 1000 /* a week */);190 &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000 /* a week */); 191 191 } 192 192 if ( RT_SUCCESS(rc) … … 236 236 else if (!strcmp(argv[*pi], "--timesync-set-threshold")) 237 237 rc = VBoxServiceArgUInt32(argc, argv, "", pi, 238 &g_TimeSyncSetThreshold, 0, 7*24*60* 1000); /* a week */238 &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000); /* a week */ 239 239 else if (!strcmp(argv[*pi], "--timesync-set-start")) 240 240 {
Note:
See TracChangeset
for help on using the changeset viewer.