summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Protocol_FTN/ftnoir_protocol_ftn_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'FTNoIR_Protocol_FTN/ftnoir_protocol_ftn_dialog.cpp')
-rw-r--r--FTNoIR_Protocol_FTN/ftnoir_protocol_ftn_dialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/FTNoIR_Protocol_FTN/ftnoir_protocol_ftn_dialog.cpp b/FTNoIR_Protocol_FTN/ftnoir_protocol_ftn_dialog.cpp
index a2e7813b6..58dbfbade 100644
--- a/FTNoIR_Protocol_FTN/ftnoir_protocol_ftn_dialog.cpp
+++ b/FTNoIR_Protocol_FTN/ftnoir_protocol_ftn_dialog.cpp
@@ -59,6 +59,8 @@ QWidget()
connect(ui.spinIPFourthNibble, SIGNAL(valueChanged(int)), this, SLOT(settingChanged()));
connect(ui.spinPortNumber, SIGNAL(valueChanged(int)), this, SLOT(settingChanged()));
+ theProtocol = NULL;
+
// Load the settings from the current .INI-file
loadSettings();
}