VirtualBox

Changeset 78065 in vbox


Ignore:
Timestamp:
Apr 9, 2019 2:25:04 PM (6 years ago)
Author:
vboxsync
Message:

Main/HostDnsService: Pass fResume = FALSE to SetWaitableTimer() so
that DNS change triggered by suspend doesn't cancel that suspend.
ticketref:18549

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp

    r77993 r78065  
    184184
    185185                BOOL ok = SetWaitableTimer(m->haDataEvent[DATA_TIMER], &delay,
    186                                            0, NULL, NULL, TRUE);
     186                                           0, NULL, NULL, FALSE);
    187187                if (ok)
    188188                {
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