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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
        }