From 3ade6c7ecb6d9941e97acc34bcebb9441316c7c8 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 1 Sep 2017 18:15:47 +0200 Subject: [PATCH] :D --- src/crashreport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crashreport.c b/src/crashreport.c index a8d64ef9d..5a2604e01 100644 --- a/src/crashreport.c +++ b/src/crashreport.c @@ -544,7 +544,7 @@ int crashreport_send(char *fname) return 0; } - if (!verify_certificate(ssl, REPORT_HOST, &errstr)) + if (!verify_certificate(ssl, CRASH_REPORT_HOST, &errstr)) { printf("Certificate problem with crash.unrealircd.org: %s\n", errstr); printf("Fatal error. See above.\n");