From 4459119409c81ce9ea4d20324ccaf33f268c9256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 2 May 2021 13:06:13 +0200 Subject: [PATCH] relay: change default value of option relay.network.ssl_cert_key to "${weechat_config_dir}/ssl/relay.pem" (issue #1285) --- src/plugins/relay/relay-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index f011df466..790a38a53 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -1143,7 +1143,7 @@ relay_config_init () "with SSL) " "(path is evaluated, see function string_eval_path_home in " "plugin API reference)"), - NULL, 0, 0, "%h/ssl/relay.pem", NULL, 0, + NULL, 0, 0, "${weechat_config_dir}/ssl/relay.pem", NULL, 0, NULL, NULL, NULL, &relay_config_change_network_ssl_cert_key, NULL, NULL, NULL, NULL, NULL);