- Timestamp:
- Jan 10, 2014 7:52:20 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c
r48947 r50049 362 362 static int fail_counter = 0; 363 363 RTMemFree(req); 364 /** @todo: This is completely bogus, fail_counter will always be 0. */ 365 if (fail_counter == 0)364 365 if (fail_counter++ % 100 == 0) 366 366 LogRel(("NAT/dnsproxy: Empty DNS entry (suppressed 100 times)\n")); 367 else 368 fail_counter = (fail_counter == 100 ? 0 : fail_counter + 1); 367 369 368 return; 370 369
Note:
See TracChangeset
for help on using the changeset viewer.