summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--proto-ft/ftnoir_protocol_ft.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.cpp b/proto-ft/ftnoir_protocol_ft.cpp
index 42540519..7f710621 100644
--- a/proto-ft/ftnoir_protocol_ft.cpp
+++ b/proto-ft/ftnoir_protocol_ft.cpp
@@ -160,7 +160,7 @@ module_status freetrack::set_protocols()
QString location = *s.custom_location_pathname;
- bool use_freetrack, use_npclient;
+ bool use_freetrack = true, use_npclient = true;
switch (*s.used_interface)
{
case settings::enable_npclient: use_freetrack = false; break;