Changeset 18857 in vbox for trunk/src/VBox
- Timestamp:
- Apr 10, 2009 5:20:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r18794 r18857 406 406 /*uniq*/ 407 407 RTUtf16ToUtf8(addr->DnsSuffix, &suffix); 408 409 if (strlen(suffix) == 0) 410 goto next_dns; 411 408 412 found = 0; 409 413 LIST_FOREACH(dd, &pData->dns_domain_list_head, dd_list)
Note:
See TracChangeset
for help on using the changeset viewer.