Compare commits

..

1 Commits

Author SHA1 Message Date
Lennart Poettering 8619288b3c
Merge c6c73d561a into 4b356c90dc 2024-11-23 09:46:11 -08:00
1 changed files with 0 additions and 4 deletions

View File

@ -75,10 +75,6 @@ static int curl_glue_socket_callback(CURL *curl, curl_socket_t s, int action, vo
return 0; return 0;
} }
/* Don't configure io event source anymore when the event loop is dead already. */
if (g->event && sd_event_get_state(g->event) == SD_EVENT_FINISHED)
return 0;
r = hashmap_ensure_allocated(&g->ios, &trivial_hash_ops); r = hashmap_ensure_allocated(&g->ios, &trivial_hash_ops);
if (r < 0) { if (r < 0) {
log_oom(); log_oom();