diff --git a/recording-daemon/main.c b/recording-daemon/main.c index f1e5269b3..afdffb124 100644 --- a/recording-daemon/main.c +++ b/recording-daemon/main.c @@ -258,6 +258,7 @@ static void options(int *argc, char ***argv) { die("Cannot have both 'tcp-send-to' and 'tls-send-to' active at the same time"); tls_send_to = tcp_send_to; tls_disable = true; + tcp_send_to = NULL; } if (tls_send_to) {