mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
secureserver.pl: follow up fix for 87ade5f
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.
This commit is contained in:
parent
bbc1705fa9
commit
2d15958711
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user