mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 04:54:23 +00:00
Previously, rb_getaddrinfo_a_before_exec() is called from before_exec(). However, the function needs to be called only before fork(). The change moves it to before_fork().