1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 13:43:13 +02:00
This commit is contained in:
Bram Matthys
2017-09-01 18:15:47 +02:00
parent 199a7e162d
commit 3ade6c7ecb
+1 -1
View File
@@ -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");