listener: use rb_close_pending_fds() in close_listeners()

This commit is contained in:
Ariadne Conill 2021-06-19 04:41:37 -06:00 committed by Doug Freed
parent ad2421c74e
commit 0ab6dbbc65

View file

@ -480,6 +480,7 @@ close_listeners()
listener_next = listener->next;
close_listener(listener);
}
rb_close_pending_fds();
}
/*