Changeset 49436 in vbox for trunk/src/VBox
- Timestamp:
- Nov 11, 2013 12:07:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_dns.c
r48753 r49436 44 44 ULONG ret = ERROR_SUCCESS; 45 45 46 /* @todo add SKIPing flags to get only required information */46 /** @todo add SKIPing flags to get only required information */ 47 47 48 48 /* determine size of buffer */ … … 291 291 cNameserversFound++; 292 292 } 293 if ( (!strncmp(buff, "domain", 6) || !strncmp(buff, "search", 6)))293 if (!strncmp(buff, "domain", 6) || !strncmp(buff, "search", 6)) 294 294 { 295 295 char *tok; … … 338 338 TAILQ_INIT(&pData->pDnsList); 339 339 LIST_INIT(&pData->pDomainList); 340 /** 340 341 /* 341 342 * Some distributions haven't got /etc/resolv.conf 342 343 * so we should other way to configure DNS settings.
Note:
See TracChangeset
for help on using the changeset viewer.