1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 11:43:14 +02:00

Remove accidental 'else' that caused modulemgr to freeze / make install to hang.

... when using url_unreal instead of url_curl.
This commit is contained in:
Bram Matthys
2023-11-25 12:30:08 +01:00
parent 4da58dde41
commit f1a5f5ab97
+1 -1
View File
@@ -932,7 +932,7 @@ void https_done(Download *handle)
handle->file_fd = NULL;
}
else if (!handle->got_response)
if (!handle->got_response)
url_callback(handle->request, NULL, NULL, 0, "HTTPS response not received", 0, handle->request->callback_data);
else
{