1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-05 00:55:04 -05:00

Fix trying to return outside of a subroutine

This commit is contained in:
Yang Tse 2007-11-21 17:50:30 +00:00
parent 35212da048
commit 9b86eecb94

View File

@ -60,7 +60,7 @@ my $conffile="$path/stunnel.conf"; # stunnel configuration data
my $certfile="$srcdir/stunnel.pem"; # stunnel server certificate
my $pidfile="$path/.$proto.pid"; # stunnel process pid file
open(CONF, ">$conffile") || return 1;
open(CONF, ">$conffile") || exit 1;
print CONF "
CApath=$path
cert = $certfile