From 1fa536524edb752114a6c417fda875e4cbbbeec8 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Tue, 20 Apr 2021 09:41:57 -0700 Subject: [PATCH] move TARGET --- QnetRelay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetRelay.cpp b/QnetRelay.cpp index 1c53ca8..fef82bf 100644 --- a/QnetRelay.cpp +++ b/QnetRelay.cpp @@ -428,7 +428,7 @@ bool CQnetRelay::ReadConfig(const char *cfgFile) cfg.GetValue("gateway_tomodem"+std::string(1, 'a'+assigned_module), estr, togate, 1, FILENAME_MAX); cfg.GetValue(mmdvm_path+"_internal_ip", type, MMDVM_INTERNAL_IP, 7, IP_SIZE); - cfg.GetValue(mmdvm_path+"_target_ip", type, MMDVM_INTERNAL_IP, 7, IP_SIZE); + cfg.GetValue(mmdvm_path+"_target_ip", type, MMDVM_TARGET_IP, 7, IP_SIZE); int i; cfg.GetValue(mmdvm_path+"_local_port", type, i, 10000, 65535);