
2 Mar
2009
2 Mar
'09
4:11 a.m.
Very good news. Thanks. -- Christophe Nanteuil 2009/3/2 Michal Trojnara <[email protected]>:
Rodrigo Gallardo <[email protected]> wrote:
+ if (!options.option.foreground) { + /* Detach from terminal. */ + close(0); + close(1); + close(2); + }
Thank you. The functionality of this patch is implemented upstream. The next version of stunnel is scheduled to be released this week.
BTW: Checking for options.option.foreground is not required, as the libwrap helper process is not supposed to interact with stdin/stdout/stderr anyway.
Best regards, Mike