Skip to content
Snippets Groups Projects
Verified Commit c4887921 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct typo in config

parent fc665122
No related branches found
No related tags found
No related merge requests found
Pipeline #2899 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment