VirtualBox

Changeset 54816 in vbox


Ignore:
Timestamp:
Mar 17, 2015 4:38:23 PM (10 years ago)
Author:
vboxsync
Message:

Main/HostDnsService: G/c as intended code that was accidentally only
commented out in r99012.

File:
1 edited

Legend:

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

    r54814 r54816  
    340340    HostDnsInformation *old = m->info;
    341341
    342     // LogRel(("HostDnsMonitorProxy: Host's DNS information updated:\n"));
    343     // dumpHostDnsInformation(*info);
    344 
    345342    m->info = info;
    346343    if (old)
    347344    {
    348         // LogRel(("HostDnsMonitorProxy: Old host information:\n"));
    349         // dumpHostDnsInformation(*old);
    350 
    351345        delete old;
    352346    }
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