mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Correctly pick up the --rtr-tls option.
This commit is contained in:
@ -956,7 +956,7 @@ impl Config {
|
||||
}
|
||||
|
||||
// rtr_tls_listen
|
||||
if let Some(list) = matches.values_of("rtr-tls_listen") {
|
||||
if let Some(list) = matches.values_of("rtr-tls-listen") {
|
||||
self.rtr_tls_listen = Vec::new();
|
||||
for value in list {
|
||||
match SocketAddr::from_str(value) {
|
||||
|
Reference in New Issue
Block a user