VirtualBox

Changeset 49436 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 11, 2013 12:07:31 PM (11 years ago)
Author:
vboxsync
Message:

slirp_dns.c: nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp_dns.c

    r48753 r49436  
    4444    ULONG ret = ERROR_SUCCESS;
    4545
    46     /* @todo add SKIPing flags to get only required information */
     46    /** @todo add SKIPing flags to get only required information */
    4747
    4848    /* determine size of buffer */
     
    291291            cNameserversFound++;
    292292        }
    293         if ((!strncmp(buff, "domain", 6) || !strncmp(buff, "search", 6)))
     293        if (!strncmp(buff, "domain", 6) || !strncmp(buff, "search", 6))
    294294        {
    295295            char *tok;
     
    338338        TAILQ_INIT(&pData->pDnsList);
    339339        LIST_INIT(&pData->pDomainList);
    340         /**
     340
     341        /*
    341342         * Some distributions haven't got /etc/resolv.conf
    342343         * so we should other way to configure DNS settings.
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