1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

skip the chmod

This commit is contained in:
Daniel Stenberg 2003-01-21 15:09:20 +00:00
parent 8471a82c85
commit 8b0668b99e

View File

@ -69,7 +69,7 @@ print CONF "
connect = $target_port
";
close CONF;
system("chmod go-rwx $conffile $certfile"); # secure permissions
#system("chmod go-rwx $conffile $certfile"); # secure permissions
# works only with stunnel versions < 4.00
my $cmd="$stunnel -p $certfile -P $pidfile -d $port -r $target_port 2>/dev/null";