VirtualBox

Changeset 72608 in vbox for trunk/src


Ignore:
Timestamp:
Jun 18, 2018 10:41:46 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123105
Message:

HostDnsService: drop repeated NULL test.

File:
1 edited

Legend:

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

    r72547 r72608  
    194194
    195195    uint64_t uNow = RTTimeNanoTS();
    196     if (virtualbox && (uNow - m->uLastExtraDataPoll >= RT_NS_30SEC || m->uLastExtraDataPoll == 0))
     196    if (uNow - m->uLastExtraDataPoll >= RT_NS_30SEC || m->uLastExtraDataPoll == 0)
    197197    {
    198198        m->uLastExtraDataPoll = uNow;
Note: See TracChangeset for help on using the changeset viewer.

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