From c5c29785697cf2872faf0281d956681eb261c4c0 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 14 Jan 2019 16:04:19 -0700 Subject: [PATCH] typo in ReadConfig --- QnetRelay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetRelay.cpp b/QnetRelay.cpp index ec650e6..49fb722 100644 --- a/QnetRelay.cpp +++ b/QnetRelay.cpp @@ -400,7 +400,7 @@ bool CQnetRelay::ReadConfig(const char *cfgFile) int i; cfg.GetValue(mmdvm_path+"_local_port", type, i, 10000, 65535); MMDVM_IN_PORT = (unsigned short)i; - cfg.GetValue(mmdvm_path+"+gateway_port", type, i, 10000, 65535); + cfg.GetValue(mmdvm_path+"_gateway_port", type, i, 10000, 65535); MMDVM_OUT_PORT = (unsigned short)i; cfg.GetValue("log_qso", estr, log_qso);