VirtualBox

Changeset 19700 in vbox


Ignore:
Timestamp:
May 14, 2009 3:19:48 PM (16 years ago)
Author:
vboxsync
Message:

small fix

File:
1 edited

Legend:

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

    r19688 r19700  
    277277                LogRel(("NAT/dnsproxy: Empty DNS entry (suppressed 100 times)\n"));
    278278            else
    279                 fail_counter = (fail_counter == 100 ? 0 : fail_counter++);
     279                fail_counter = (fail_counter == 100 ? 0 : fail_counter + 1);
    280280            return;
    281281           
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