From 69ac52fe8b352a42e89e12193187a4d80a589200 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 7 Mar 2020 16:26:42 -0700 Subject: [PATCH] moved the dashboard_ to dash_ --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 2112439..d336fb6 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -350,7 +350,7 @@ bool CQnetGateway::ReadConfig(char *cfgFile) cfg.GetValue(path+"local_rptr", estr, TIMING_TIMEOUT_LOCAL_RPTR, 1, 10); // dashboard - path.assign("dashboard_"); + path.assign("dash_"); cfg.GetValue(path+"enable_lastheard", estr, DASH_SHOW_LH); cfg.GetValue(path+"sql_filename", estr, DASH_SQL_NAME, 1, 32);