VirtualBox

Changeset 61302 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 30, 2016 3:19:06 PM (9 years ago)
Author:
vboxsync
Message:

Main/HostDnsService: dumpHostDnsInformation - print domain before the
search list.

File:
1 edited

Legend:

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

    r58586 r61302  
    427427{
    428428    dumpHostDnsStrVector("server", info.servers);
    429     dumpHostDnsStrVector("search string", info.searchList);
    430429
    431430    if (!info.domain.empty())
     
    433432    else
    434433        LogRel(("  no domain set\n"));
     434
     435    dumpHostDnsStrVector("search string", info.searchList);
    435436}
    436437
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