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:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user