From c4887921e639db2157973a7cfc6958cf25559616 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Thu, 9 Jun 2022 02:49:37 +0200
Subject: [PATCH] fix: correct typo in config

---
 daemon/src/rtorrent.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/src/rtorrent.rc b/daemon/src/rtorrent.rc
index 42818a4..4aaa370 100644
--- a/daemon/src/rtorrent.rc
+++ b/daemon/src/rtorrent.rc
@@ -8,7 +8,7 @@ method.insert = cfg.session,  private|const|string, /session/
 method.insert = cfg.logfile,  private|const|string, (cat,(cfg.tmp),"rtorrent.log")
 
 # Listening port for incoming peer traffic
-network.port_range.set = (system.env,RT_MIN_PORT)-(system.env,RT_MAX_PORT)
+network.port_range.set = (cat,(system.env,RT_MIN_PORT),"-",(system.env,RT_MAX_PORT))
 network.port_random.set = no
 
 # Distributed Hash Table and Peer EXchange
-- 
GitLab