mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 02:56:37 +02:00
0c17276039
always available (also w/cURL) so it can be used by the crash reporter. And delete duplicate code crashreport_init_tls() function since it is now unused. As always, duplicate code causes problems when one is changed and the other is not. This also happened here, where the curves or TLS groups where set in url_unreal but not in the crash reporter. Now that one is minor, but the danger is clear.