Set default value for bBonjour

This commit is contained in:
Thorvald Natvig 2009-08-27 23:27:51 +02:00
parent a2a687db81
commit 7fe654affd

View File

@ -58,6 +58,7 @@ MetaParams::MetaParams() {
iObfuscate = 0;
bSendVersion = true;
bBonjour = true;
bAllowPing = true;
iBanTries = 10;