[fix](trx-client): remove unused rigctl port local

Drop the now-unused rigctl_port local after removing\nthe shared rigctl listener path.\n\nCo-authored-by: Codex <codex@openai.com>

Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 11:11:31 +01:00
parent 5428d063a7
commit ab8a3f4889
-1
View File
@@ -229,7 +229,6 @@ async fn async_init() -> DynResult<AppState> {
let http_listen = cli.http_listen.unwrap_or(cfg.frontends.http.listen);
let http_port = cli.http_port.unwrap_or(cfg.frontends.http.port);
let rigctl_listen = cli.rigctl_listen.unwrap_or(cfg.frontends.rigctl.listen);
let rigctl_port = cli.rigctl_port.unwrap_or(cfg.frontends.rigctl.port);
let http_json_listen = cli
.http_json_listen
.unwrap_or(cfg.frontends.http_json.listen);