webmcp

view framework/env/execute/postfork_initializers.lua @ 562:328f120924a2

Removed if-clause when initializing file descriptor set to avoid compiler warning for mondelefant_conn_try_wait
author jbe
date Fri Feb 05 15:51:39 2021 +0100 (2021-02-05)
parents 2c2bcde0df79
children
line source
1 --[[--
2 execute.postfork_initializers()
4 Executes all initializers after forking.
6 --]]--
8 function execute.postfork_initializers()
9 execute._initializers("_postfork")
10 end

Impressum / About Us