- Timestamp:
- Jun 18, 2018 10:41:46 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostDnsService.cpp
r72547 r72608 194 194 195 195 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) 197 197 { 198 198 m->uLastExtraDataPoll = uNow;
Note:
See TracChangeset
for help on using the changeset viewer.