Skip to content
Snippets Groups Projects
Commit 2d159587 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

secureserver.pl: follow up fix for 87ade5f0

Since /dev/stdout is not always emulated on Windows,
just skip the output option on Windows.

MinGW/msys support /dev/stdout only from a new login shell.
parent bbc1705f
No related branches found
No related tags found
No related merge requests found
......@@ -252,10 +252,10 @@ if($stunnel_version >= 400) {
CApath = $path
cert = $certfile
debug = $loglevel
output = /dev/stdout
socket = $socketopt";
if($stunnel !~ /tstunnel(\.exe)?"?$/) {
print STUNCONF "
output = $logfile
pid = $pidfile
foreground = yes";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment